When using SNS triggers with AWS Lambda, what type of messaging protocol is commonly used?
- Amazon SQS
- HTTP/S
- JSON-over-HTTP
- SMTP
JSON-over-HTTP is a commonly used messaging protocol with SNS triggers for AWS Lambda, allowing for lightweight communication between services.
Loading...
Related Quiz
- __________ is a common use case for custom event sources, allowing Lambda functions to respond to specific application events.
- In what ways can you use CloudWatch Metrics to detect anomalies or performance issues in your AWS infrastructure?
- What are the main benefits of using SNS triggers with AWS Lambda functions?
- What benefits does AWS X-Ray provide for debugging and performance optimization?
- __________ allows you to securely access resources within a VPC from your AWS Lambda functions.