0 votes
in AWS by

You are working on a POC for a new gaming application in us-east-1 region which will be using Amazon Cognito Events to execute AWS Lambda function. AWS Lambda function will issue a winning badge for a player post reaching every new level. You are getting error as “LambdaThrottledException” for certain cases when you are performing application testing with large number of players.

Which of the following action needs to be implemented to resolve this error message?

A. Make sure Lambda Function responds in 5 sec.

B. Make sure Amazon Cognito provides all records in a dataset as input to the function.

C. Modify the Lambda function to enable retry when writing the function for the Sync Trigger event.

D. Make sure you are updating “datasetRecords” field & not any other fields

1 Answer

0 votes
by

Correct option is :- C. Modify the Lambda function to enable retry when writing the function for the Sync Trigger event.

Related questions

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