
Answer-first summary for fast verification
Answer: AWS::Serverless::UserPool
The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings. With just a few lines per resource, you can define the application you want and model it using YAML. SAM supports the following resource types: AWS::Serverless::Api AWS::Serverless::Application AWS::Serverless::Function AWS::Serverless::HttpApi AWS::Serverless::LayerVersion AWS::Serverless::SimpleTable AWS::Serverless::StateMachine
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are a developer at a manufacturing company with multiple on-site servers. The company has now decided to transition new development projects to the cloud by leveraging serverless technology. To facilitate this, you opt to use the AWS Serverless Application Model (AWS SAM) and utilize an AWS SAM template file to define your serverless architecture.
Given this scenario, identify which of the following is NOT a valid resource type in an AWS SAM template file.
A
AWS::Serverless::SimpleTable
B
AWS::Serverless::Function
C
AWS::Serverless::UserPool
D
AWS::Serverless::Api