
Go to, type DynamoDB Cloudformation hit I'm Feeling Lucky open AWS Docs, and do a few CMD+C/CMD+V into your template file. Oh, you probably forgot how to create a DynamoDB stream or how to enable server-side encryption. Then add a couple of lambda functions, DynamoDB table maybe. You start with serverless create or sam init to put together a template. How does the typical serverless application development cycle look like? No matter if you work with Serverless Framework or AWS SAM you have to deal with YAML and CloudFormation. It is just incredible how simple it is to build reliable and scalable infrastructures so fast.īut there is a problem.

I am a huge fan of serverless technologies and AWS Lambda in particular.
