AWS Lambda functions can be triggered by events from various AWS services such as Amazon _________.
- EC2
- RDS
- S3
- SQS
AWS Lambda can be triggered by events from Amazon S3, such as object creation, deletion, or modification.
Loading...
Related Quiz
- What triggers an AWS Lambda function in response to an SNS message?
- How can Lambda Layers help in sharing code across multiple Lambda functions?
- When implementing Cross-Account Access, it's essential to regularly review and audit ________ to ensure security.
- CloudWatch Logs allows you to create __________ to trigger actions based on log data patterns.
- AWS Lambda functions invoked by S3 events receive information about the event, including the __________ that triggered the function.