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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly