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.
Loading...
Related Quiz
- How does memory allocation relate to cold start times in AWS Lambda?
- Implementing custom event sources may require __________ to manage event routing and processing efficiently.
- How can API Gateway manage throttling and caching for AWS Lambda-backed APIs?
- What are some techniques for monitoring memory allocation and usage in AWS Lambda?
- How does a custom runtime differ from standard runtimes in AWS Lambda?