Skip to content

Commit

Permalink
Fix typo in SQS Pump section (#788)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
mativm02 authored Jan 31, 2024
1 parent 224baa3 commit 08c3804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ We must authenticate ourselves by providing credentials to AWS. This pump uses t

`aws_delay_seconds` - Configures the delay (in seconds) before messages sent to the SQS queue become available for processing.

When you initialize a Timestream Pump, the SDK uses its default credential chain to find AWS credentials. This default credential chain looks for credentials in the following order:
When you initialize an SQS Pump, the SDK uses its default credential chain to find AWS credentials. This default credential chain looks for credentials in the following order:

- Environment variables.
- Static Credentials (`AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_SESSION_TOKEN`)
Expand Down

0 comments on commit 08c3804

Please sign in to comment.