In AWS Lambda, what happens after an SNS message triggers a function?
- The function is executed
- The function is paused
- The message is deleted
- The message is resent
After an SNS message triggers a function in AWS Lambda, the function is executed, allowing you to process the message payload and perform actions based on it.
Loading...
Related Quiz
- What is the primary benefit of using VPC integration with AWS Lambda?
- What is the primary purpose of CloudWatch Logs?
- What are some common AWS services that automatically publish CloudWatch Metrics?
- AWS Lambda functions triggered by SNS messages can process the message payload and perform various __________ tasks.
- How does AWS Step Functions support parallel execution of tasks?