Skip to content

Commit

Permalink
Update Added Q 43 (Ebazhanov#2515)
Browse files Browse the repository at this point in the history
Added Q 43
  • Loading branch information
jaswaniyogita authored Oct 21, 2021
1 parent 0b27721 commit 63d35e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aws-lambda/aws-lambda-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,11 @@
- [ ] `only before deployment`
- [ ] `never`
- [x] `anytime via configuration`


#### Q43. What is the relationship between SAM template and CloudFormation template files?

- [x] SAM templates are a superset of CloudFormation templates. SAM templates include additional resource types.
- [ ] SAM templates have some overlap with CloudFormation templates. Both SAM and CloudFormation templates include resource types that are not in the other type of template.
- [ ] CloudFormation templates are a superset of SAM templates. CloudFormation templates include additional resource types.
- [ ] SAM templates are a different name for CloudFormation templates. Both template types include the same resource types.

0 comments on commit 63d35e8

Please sign in to comment.