Awesome AWS
References for learning and understanding AWS and Event Driven Architecture
Last updated
References for learning and understanding AWS and Event Driven Architecture
Last updated
- A git repository about SAM template use cases, supported by video sessions for each.
- A great high-level introduction to SAM templates and their features.
- Configuring parameters and secrets with a SAM template.
- Playlist from Singledigit
- GitHub repository by serverless architecture with examples of various serverless architecture templates.
- AWS official courses for training for the certification program.
- Great overview of securing API gateway with templates.
- by persisting the data before processing, the original data is still available, if or when errors occur.
- Implement a CI/CD pipeline on AWS for Serverless workloads in a standardized way across an entire organization.
- A workshop overview of event-driven design, using examples that involve Amazon EventBridge, Amazon SNS, Amazon SQS, AWS Lambda and more.
- Understanding asynchrounous messaging architecture (like ride share company) using SNS topics and other resources.
To learn more about how these topics are applied in terms of consulting, visit the linke below.
Below is a list of videos we watched together as a team, Summer 2022.
- The official Docker image for a Lambda function with Python3.9 runtime environment. Useful if building Lambda functions with Docker.
- The actual docker files used to build amazon images. Useful for understanding how the images are constructed and what is included.
- Refactoring.Guru makes it easy to discover everything about refactoring, design patterns, SOLID principles, and other smart programming topics.
- AWS Blog by Eric Hammond (Recommended by an Amazon Employee)