What are AWS Lambda event sources?
- Only Amazon EC2 instances
- Only Amazon RDS databases
- Only Amazon S3 buckets
- Various AWS services and custom applications
AWS Lambda can be triggered by events from various AWS services like Amazon S3, Amazon DynamoDB, Amazon Kinesis, etc., as well as custom applications.
Loading...
Related Quiz
- What strategies can be employed to optimize concurrency and scaling in AWS Lambda?
- What are the primary components of AWS X-Ray?
- Custom runtimes allow developers to use __________ languages or language versions in AWS Lambda.
- What happens if a Lambda function exceeds its concurrent execution limit?
- Scenario: You are designing a serverless architecture where multiple Lambda functions need to use a common library. How would you implement this using Lambda Layers?