What triggers an AWS Lambda function in response to an SNS message?

  • CloudWatch Events
  • S3 Bucket Notification
  • SNS Topic Subscription
  • SQS Queue
An AWS Lambda function can be triggered by subscribing to an SNS topic, so when a message is published to the topic, it triggers the function.
Add your answer
Loading...

Leave a comment

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