Hi everyone!
I recently published a new cli called Rocketsam which helps create and deploy microservices to AWS using SAM local, while introducing new features such as:
Caching per function (deploying only modified functions)
Support installing dependencies in nodejs and python 3 using ubuntu docker image
Fetching API urls and live logs from cloud watch for each function
Sharing code between functions
Template per function instead of one big template file
https://github.com/nadav96/rocketsam
The development started from my frustration using either Serverless or AWS SAM local cli
Please let me know if you found this helpful :)
Top comments (0)