ssut / nestjs-sqs

A project to make SQS easier to use within NestJS, with decorator-based handling and seamless NestJS-way integration.
MIT License
215 stars 53 forks source link

Example code documentation #15

Open ypicard opened 3 years ago

ypicard commented 3 years ago

It would be great if a working example for both consumers and producers were included either in the readme or in the project's repo.

Being new to NestJS, it is not intuitive to understand what to do from the current state of the documentation.

Thanks!

ludgerey commented 2 years ago

This would help a lot 🙏

cillaeslopes commented 2 years ago

To anyone that might be looking for this. I found a good sample here: https://github.com/evanhameed99/amazon-sqs-nest

martinsjon commented 1 year ago

Has anyone found a good example using aws-sdk version 3? I've been using this as an example https://github.com/budproj/business/blob/main/src/mission-control/infra/messaging/messaging.module.ts#L11 (though it's in clean architecture or something like this)