What are some examples of custom event sources that can trigger AWS Lambda functions?
- AWS Step Functions, AWS Glue, AWS CodePipeline
- Amazon API Gateway, Amazon CloudFront, Amazon S3
- Amazon EC2, Amazon RDS, Amazon DynamoDB
- Amazon SQS, Amazon SNS, Amazon Kinesis
Custom event sources for AWS Lambda include services like Amazon SQS, Amazon SNS, and Amazon Kinesis, allowing you to trigger functions in response to messages, notifications, and streaming data.
Loading...
Related Quiz
- How does the AWS Lambda execution environment process SNS messages when triggered?
- How can Lambda Layers help in sharing code across multiple Lambda functions?
- Which AWS service is commonly used for logging AWS Lambda function output?
- In what scenarios would you consider using VPC integration with AWS Lambda?
- How can you set up alerts based on log data in CloudWatch Logs?