bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.72k stars 331 forks source link

How to use this package with lambda functions ? #311

Closed Ankitdet closed 1 year ago

Ankitdet commented 2 years ago

Question How to use sqs-consumer package with the lambda function. As we know, we have SQSEvent trigger that we need to configured. Can you provide some guidance ?

Waschnick commented 1 year ago

You don't need this package if you use Lambda functions. You can just trigger a Lambda function for messages in SQS.

LahiruPathum commented 1 year ago

As @Waschnick mention you don't need this package for lamda. here what you need to know about lambda and SQS

nicholasgriffintn commented 1 year ago

This one looks to have been resolved in the comments, feel free to reopen if I've closed this incorrectly though :)