Serverlessd is an open source unix daemon that will allow communication between a local machine and various serverless providers.
You can compile Serverlessd yourself, it is written in Rust so you will need the Rust compiler and toolchain provided by rustup.rs.
To build the binary, run:
cargo build --release
This project is licensed under the MIT License.