Sky crane is a rust cli utility to upload and update AWS lambda code. Then a lambda with the same name is detected the code will be updated instead.
bash cargo run <filename> <function_name> <role arn>
If the function exists the program will update the code.
- Python
- Go
- Allow for role to be created on the fly
- Detect program dependencies
- Auto zip dependencies
- Add Nodejs support