(no title)
anfrank | 4 years ago
I posted elsewhere in this thread but checkout SST (https://github.com/serverless-stack/serverless-stack), it lets’ you work on your Lambda functions live.
Think of it like your Lambda functions are Live Reloaded as you make changes to your code. You don't need to mock AWS services locally, and you don't have to wait for CloudFormation to deploy your changes.
Here’s a short demo (https://youtu.be/hnTSTm5n11g)
joshuanapoli|4 years ago
anfrank|4 years ago