AWS Flashcards
1
Q
CloudWatch Event Rules
A
trigger AWS lambda functions or other AWS services based on scheduled events (like a cron job)
Also referred to as AWS EventBridge
2
Q
SAM
A
Serverless Application Model
Created to simplify the development, deployment and management of serverless applications.
Designed to specifically work with Lambda
Allows you to define serverless resources and their configs using a simple YAML template
Example of Simplified Infra as Code