How does AWS Lambda handle multiple SNS messages concurrently?

  • By batching messages
  • By limiting concurrency
  • By pausing execution
  • By scaling horizontally
AWS Lambda automatically scales horizontally to handle multiple SNS messages concurrently, spinning up additional instances of the function as needed.
Add your answer
Loading...

Leave a comment

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