bbc / sqs-consumer

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

Not working with current (oct 2021) latest @aws-sdk/client-sqs without aws-sdk peerDependencies #278

Closed ahmadalibaloch closed 1 year ago

ahmadalibaloch commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behaviour:

  1. Setup a node server and use @aws-sdk/client-sqs
  2. setup a consumer as in the sqs-consumer readme

Expected behaviour It should register a consumer as is default be

Additional context New v3 aws sdk is moduler. sqs-consumer should be using latest sdk

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

nicholasgriffintn commented 1 year ago

this is the same issue as this: https://github.com/bbc/sqs-consumer/issues/251