Open ypicard opened 3 years ago
This would help a lot 🙏
To anyone that might be looking for this. I found a good sample here: https://github.com/evanhameed99/amazon-sqs-nest
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)
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!