What are custom event sources in AWS Lambda?
- Built-in AWS services
- External services or applications
- Lambda-managed sources
- On-premises data centers
Custom event sources in AWS Lambda refer to external services or applications that can trigger the execution of Lambda functions by emitting custom events.
Loading...
Related Quiz
- Scenario: Your application generates large amounts of log data stored in S3 buckets. How can you optimize AWS Lambda functions to process these S3 event notifications efficiently?
- DynamoDB Streams provide an at-least-once __________ of stream records, ensuring durability and data consistency.
- Scenario: Your team is designing a serverless architecture for a real-time chat application with thousands of concurrent users. What considerations would you make regarding AWS Lambda concurrency and scaling?
- What is a common use case for integrating SNS with AWS Lambda?
- What is the primary purpose of Lambda@Edge?