SAM Flashcards

1
Q

SAM

Open source framework for building a serverless application

A

AWS Serverless Application Model (SAM)

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

SAM

Used to define your serverless app

A

AWS SAM specifications

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

SAM

Declaration. Transform: AWS::Serverless-2016-10-31

A

Required for AWS Sam template

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

SAM

Required for SAM templates

A

Resources section

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

SAM

AWS::Serverless::API,
AWS::Serverless::Function,
AWS::Serverless::SimpleTable

A

Supported Sam reference type

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

SAM

After you develop and test your serverless app locally, you can deploy your app by using the following commands

A

sam package
–and–
sam deploy

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

SAM

sam package and sam deploy are directly equivalent to their AWS CLI equivalents

A

aws cloudformation package
–and–
aws cloudformation deploy

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