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

chore: updating `attributeNames` type docs #452

Closed nicholasgriffintn closed 8 months ago

nicholasgriffintn commented 8 months ago

Resolves #451

Description:

Previously, we listed a number of example values for the attributeNames name option, which did not entirely line up with the types that AWS was actually providing through QueueAttributeName.

Type of change:

Why is this change required?:

To ensure that users aren't confused by the type provided by SQS Consumer.

Code changes:

codeclimate[bot] commented 8 months ago

Code Climate has analyzed commit 644d5fcf 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 98.3% (0.0% change).

View more on Code Climate.