0 votes
in AWS by

You are using AWS SAM templates to deploy a serverless application.

Which of the following resource will embed nested applications from Amazon S3 buckets?

1 Answer

0 votes
by

Correct Answer - B.

AWS::Serverless::Application resource in AWS SAM template is used to embed application from Amazon S3 buckets.

Option A is incorrect as AWS::Serverless::API is used for creating API Gateway resources & methods that can be invoked through HTTPS endpoints.

Option C is incorrect as AWS::Serverless::LayerVersion resource type creates Lambda layered function.

Option D is incorrect as AWS::Serverless::Function resource describes the configuration for creating Lambda function.

Related questions

0 votes
asked Apr 22 in AWS by DavidAnderson
0 votes
asked Apr 22 in AWS by DavidAnderson
...