AWS tools
Collections
- Cloudcraft: Visualize your cloud architecture like a pro Create smart AWS diagrams
- SST makes it easy to build modern full-stack applications on AWS.
jeffybefffy519
Does your team do local dev?
Every team I've known that adopted Lambda + DynamoDB (or equivalents) gave up on running their app locally, adding a lot of friction to the development process.
I highly recommend using AWS's own Chalice library as it makes local dev and deployment very easy.
If you need more complex cases like deploying docker containers to a Lambda function, take a look at AWS's SAM library. Also supports local dev and makes deployment easy (its essentially a wrapper around Cloudformation so its very powerful).