AWS Lambda : Event Source Mapping with SQS trigger

Опубликовано: 21 Март 2026
на канале: Saborni Bhattacharya
3,948
34

This video talks about Lambda ESM setup with SQS trigger.

An event source mapping is a Lambda resource that reads from an event source and invokes a Lambda function. You can use event source mappings to process items from a stream or queue in services that don't invoke Lambda functions directly. Lambda provides event source mappings for the following services.

Services that Lambda reads events from-
Amazon DynamoDB
Amazon Kinesis
Amazon MQ
Amazon Managed Streaming for Apache Kafka (Amazon MSK)
Self-managed Apache Kafka
Amazon Simple Queue Service (Amazon SQS)



++ Using Lambda with Amazon SQS - https://docs.aws.amazon.com/lambda/la...
++ Lambda event source mappings - https://docs.aws.amazon.com/lambda/la...

NOTE: Not endorsed by AWS, all opinions are mine.