πŸ–₯️
Dev Bible
  • Getting Started
    • πŸ‘‹Introduction
    • πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘§Meet The Team
    • πŸŽ‰Setting Up Your Workspace
    • πŸ‘¨β€πŸŽ“Recommended Courses
    • πŸͺ΄Environments
    • 🎯Coding Best Practices
    • πŸ‘©β€πŸ’»Awesome AWS
    • 🐍Awesome Python
  • Security
    • πŸ§˜β€β™‚οΈZen of Security
    • πŸ’‘Man in the Middle (MITM) Attacks
    • 🧰Cryptographic Tools
      • πŸ•ΆοΈSSH KeyGen and Agent
      • πŸ₯·GNU Privacy Guard (gpg)
    • πŸ•΅οΈAuthentication
      • πŸ–₯️EC2
      • πŸ‘ΎGitHub
    • 🎟️Authorization
      • πŸ¦Έβ€β™‚οΈSingle Sign-On
      • πŸ†”Identity and Access Management
    • πŸ”Tamper Resistance
      • πŸ“Git Commits
    • πŸ“šReference Materials
  • Consulting
    • ✨Event-Driven Architecture
      • πŸŒ„Day 1
      • πŸŒ…Day 2
    • πŸ“šReference Materials
    • πŸ“₯/tmp
Powered by GitBook
On this page
  • Serverless Application Model (SAM)
  • Serverless Architecture
  • Images
  • Other Awesome Stuff
  • Video Playlist
  1. Getting Started

Awesome AWS

References for learning and understanding AWS and Event Driven Architecture

PreviousCoding Best PracticesNextAwesome Python

Last updated 11 months ago

Serverless Application Model (SAM)

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

Serverless Architecture

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

Images

Other Awesome Stuff

To learn more about how these topics are applied in terms of consulting, visit the linke below.

Video Playlist

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)

"Sessions with SAM"
"Mastering the AWS Serverless Application Model" [video]
"AWS SSM Parameter Store and AWS Secrets Manager with SAM" [video]
"Sessions with Sam"
"Reference Architectures"
"AWS Digital Training"
"Building Happy Little Apis"
"Storage First Serverless Applications"
"Application Catalog"
"Event-Driven Architecture"
"Decoupled Microservices"
"AWS Lambda Base Images: Python3.9"
"AWS CodeBuild Docker Images"
"Refactoring.Guru"
"Alestic.com"
✨Event-Driven Architecture
Mastering the AWS Serverless Application Model
EvenBridge Storming - Consulting Method for SAM
AWS Event Bridge
AWS Event Bridge Overview
10 Design Patterns Explained in 10 Minutes
πŸ‘©β€πŸ’»
Page cover image