In this series I wanna explain how to survive to AWS SAM. AWS SAM is an open-source framework that you can use to build serverless applications on AWS. Opposed to other tools like serverless framework it's an official AWS product making it valuable to give it a try.
If you are new to the serverless world you may feel overwhelmed by definitions, tools, best practices... but don't worry once you started playing with it you will not be able to stop.
But I don't want to dwell on other details so let's start.
- Part 1 Basics of AWS SAM | Medium article
- Part 2 Cloud Native reflections | Medium article
- Part 3 Lambda Layers | Medium article
- Part 4 Release Change CI/CD pipeline | Medium article
- Part 5 Manage parameters with AWS SAM | Medium article
- Part 6 Cross Account Release Change CI/CD pipeline | Medium article
- Part 7 Tests | Medium article
coming soon:
- Git Flow release change pipeline
- Test execution
- Release change pipeline test execution
- CRUD example Fargate/Kubernetes vs lambda
- API gateway
- ...