sls-rust
sls-rust copied to clipboard
A Serverless framework plugin for Rust applications
Hello, I ran into deployment issues when I was trying to deploy a Rust function from my Macbook. I'd love to get your feedback on whether these changes make sense...
Set the handler to 'bootstrap' after use to find the compiled file and set the runtime to 'provided.al2' by default
I always have `CARGO_TARGET_DIR` environment variable set in my shell. This creates "zip" errors because the expected artifacts are not present. Please consider incorporating the environment variable, or update docs...
zip
I'm on a relatively new build of Arch Linux, and didn't have zip installed. So the script was failing with a pretty cryptic JS error. Anyways, I installed it and...