Question 363:
You are working on a proof of concept serverless project and presenting it to the shareholders in a week. This project needs an API gateway, a Lambda function, and a DynamoDB table to store user data. To save time, you plan to use AWS Serverless Application Model (AWS SAM) as it provides templates to deploy all required resources quickly. You have found that SAM templates are very similar to CloudFormation templates. However, which resource types are specially introduced by the SAM template? (Select TWO.)
Answer options:
A.AWS::DynamoDB::Table B.AWS::Serverless::Api C.AWS::Lambda::Api D.AWS::Serverless::Function E.AWS::ApiGateway::RestApi