ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

255 / 474

Question 255:

You are planning on using the Serverless Application Model to deploy a Lambda function. Below is a normal construct for the template to be used.
AWSTemplateFormatVersion: `2010-09-09`
Transform: AWS::Serverless-2016-10-31
Resources:
PutFunction:
Type: AWS::Serverless::Function
Properties:
 Handler: index.handler
 Runtime: nodejs6.10
 CodeUri:
Where would the code base for the CodeUri normally point to?

Answer options:

A.The code as a zip package in Amazon Glacier
B.The code as a zip package in Amazon EBS Volumes
C.The code as a zip package in Amazon S3
D.The code as a zip package in Amazon Config