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

fix: correctly documenting region's default value #378

Closed nicholasgriffintn closed 1 year ago

nicholasgriffintn commented 1 year ago

As noted in this discussion:

https://github.com/bbc/sqs-consumer/discussions/377

We are not correctly documenting the default value for the region option, this PR resolves that by changing to documented value to process.env.AWS_REGION || "eu-west-1"

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit f18ed02c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 94.5% (0.0% change).

View more on Code Climate.