Scenario: A sudden spike in AWS Lambda invocations has been observed, causing unexpected costs. How would you address this issue?

  • Add additional Lambda function replicas
  • Disable Lambda function triggers
  • Implement concurrency limits
  • Increase Lambda function timeout
Implementing concurrency limits can control the number of concurrent executions, preventing unexpected spikes in invocations and associated costs.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *