AWS tools

Collections

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).