Closed kazazor closed 3 months ago
Hello, I met the same issue.
Add AWS_REGION
to your env file
I hope it's resolved.
AWS_REGION='ap-northeast-2' # your region
Thanks @yujiniii , in our case that won't help as we need the AWS to be set to a different value
Thanks for the help!
This issue is not relevant anymore and the sqs-consumer
package was updated and this option is now available:
useQueueUrlAsEndpoint: true,
Similar to what was done on
sqs-consumer
in version9.1.0
: https://github.com/bbc/sqs-consumer/pull/472, it's needed here.An example is using LocalStack for local development, and with the new upgrade to use aws-sdk v3 you'll get a constant warning like this: