Which AWS service can trigger AWS Lambda functions directly?
- Amazon RDS
- Amazon Redshift
- Amazon S3
- Amazon SQS
Amazon S3 can trigger AWS Lambda functions directly by invoking them when certain events occur, such as object creation, deletion, or modification.
Loading...
Related Quiz
- In AWS Lambda, what happens after an SNS message triggers a function?
- Scenario: Your team is building a system where data integrity is crucial, and you're considering using DynamoDB Streams for change tracking. What are some considerations you need to keep in mind regarding data consistency and reliability?
- How does memory allocation impact the pricing of AWS Lambda functions?
- What is concurrency in AWS Lambda?
- How does DynamoDB Streams ensure data durability?