What are some custom event sources that can trigger AWS Lambda functions?
- AWS Lambda can only be triggered by built-in AWS services
- AWS Lambda does not support custom event sources
- Amazon EC2, Amazon RDS, Amazon SQS
- Amazon S3, Amazon SNS, Amazon DynamoDB
These are some of the custom event sources that can trigger AWS Lambda functions. For example, changes to objects in an S3 bucket, messages published to an SNS topic, or updates to DynamoDB tables can all trigger Lambda functions.
Loading...
Related Quiz
- Scenario: Your team is deploying a new feature that involves multiple AWS services. How can AWS X-Ray help in ensuring the smooth integration and performance of these services?
- Cross-Account Access can be used for various purposes such as centralized ________ management and sharing resources between different departments.
- What are the key features of AWS SAM?
- In what ways can you use CloudWatch Metrics to detect anomalies or performance issues in your AWS infrastructure?
- Scenario: You are working with a third-party vendor who needs temporary access to specific resources in your AWS account. How would you implement Cross-Account Access securely?