You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup a sqs consumer in nestjs using the package @ssut/nestjs-sqs but I'm having some troubles. When I start my application I get the error below:
Hey, sorry, these type of errors are hard to identify, but generally, they are either issues with configuration or the credentials provided.
This error is also coming from the AWS SDK directly and just forwarded on by SQS Consumer, it isn't actually an error from this library. We'd need more details on it and where the issue is with this library to be able to support with an issue, otherwise, this is probably better placed as a discussion.
Describe the bug
I'm trying to setup a sqs consumer in nestjs using the package
@ssut/nestjs-sqs
but I'm having some troubles. When I start my application I get the error below:My setup:
Your minimal, reproducible example
https://github.com/KozielGPC/rls-prisma-postgres-example/tree/add-aws-sqs
Steps to reproduce
.env
file following the.env.example
Expected behavior
It is expected to connect to the SQS queue and receive messages without any problems
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Package version
^2.2.0
AWS SDK version
^2.1473.0
Additional context
No response
The text was updated successfully, but these errors were encountered: