How does the AWS Lambda execution environment process SNS messages when triggered?

  • By directly receiving messages from SNS brokers
  • By invoking the specified Lambda function asynchronously
  • By invoking the specified Lambda function synchronously
  • By polling the SNS topic for messages
When triggered by SNS messages, AWS Lambda invokes the specified function asynchronously, processing the messages in the background.
Add your answer
Loading...

Leave a comment

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