A curated list of awesome resources for serverless on AWS.
One of the hardest things about following serverless especially on AWS is that things change so fast, so it is hard to keep up on the last AWS service changes and best practicies. So for a lot of the resource links, especially the articles, a created data will be added after the link to help determine how up to date the information is.
Serverless services have several key characteristics:
- Has consumption based pricing
- Scales automatically with usage
- Can scale down to near zero cost and up to near infinite scale
- Fully managed by the cloud provider, no need to provision and manage clusters, servers or containers.
- Highly available and fault tolerant
AWS provides many services that fall into the serverless category and have the above charateristics.