0 votes
in AWS by

You are using S3 buckets to store images. These S3 buckets invoke a lambda function on upload. The Lambda function creates thumbnails of the images and stores them in another S3 bucket. An AWS CloudFormation template is used to create the Lambda function with the resource "AWS::Lambda::Function"

Which of the following attributes is the method name that Lambda calls to execute the function? Sample CloudFormation template:

Type: AWS Propertie Architectures: - String Code: Code CodeSigningConfigArn: String DeadLetterConfig: DeadLetterConfig Description: String Environment: Environment FileSystemConfigs: - FileSystemConfig FunctionName: String Handler: String ImageConfig: ImageConfig KmsKeyArn: String Layers: - String  ambda: : Function

1 Answer

0 votes
by

Correct option is :- Handler

Related questions

0 votes
asked Apr 23 in AWS by DavidAnderson
0 votes
asked Apr 24 in AWS by DavidAnderson
...