ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 457 - DVA-C01 discussion

Report
Export

A developer has created an AWS Lambda function that is written in Python The Lambda function reads data from objects in Amazon S3 and writes data to an Amazon DynamoDB table The function is successfully invoked from an S3 event notification when an object is created However, the function fails when if attempts to write to the DynamoDB table What is the MOST likely cause of this issue?

A.
The Lambda function's concurrency limit has been exceeded
Answers
A.
The Lambda function's concurrency limit has been exceeded
B.
The DynamoDB table requires a global secondary index (GSI) to support writes.
Answers
B.
The DynamoDB table requires a global secondary index (GSI) to support writes.
C.
The Lambda function does not have 1AM permissions to write to DynamoDB ID.
Answers
C.
The Lambda function does not have 1AM permissions to write to DynamoDB ID.
D.
The DynamoDB table is not running in the same Availability Zone as the Lambda function.
Answers
D.
The DynamoDB table is not running in the same Availability Zone as the Lambda function.
Suggested answer: C
asked 16/09/2024
Ankit Singh
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first