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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *