Throttle limit for Lambda Function

0 votes
What is the Throttle limit for Lambda Function? What happens if my lambda function exceeds the limit? Can someone guide me through the scenarios?

Thank you for the help.
Jan 25, 2019 in AWS by Jino
• 5,810 points
1,109 views

1 answer to this question.

0 votes

Once you exceed the throttle limit, Lambda functions that are being invoked synchronously will return throttling error (429 error code). The Lambda functions that are being invoked asynchronously can also absorb reasonable bursts of traffic for nearly 15-30 minutes, after which all the incoming events will be rejected as it will be throttled. In this case the Lambda function that are being invoked in response to Amazon S3 events will be rejected by AWS Lambda as a effect the functions  may be retained and retried by S3 for 24 hours.

answered Jan 28, 2019 by sushmita

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer
0 votes
2 answers

How do I add python libraries to an AWS lambda function for Alexa?

If you get lucky (it depends what ...READ MORE

answered Nov 3, 2020 in AWS by anonymous
15,110 views
0 votes
1 answer

Cost for using Lambda function

AWS Lambda is a pay as you ...READ MORE

answered Jan 25, 2019 in AWS by Risu
1,042 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP