From 08c3804acc0c330b1187ac66ef262ac319327155 Mon Sep 17 00:00:00 2001 From: Matias Date: Wed, 31 Jan 2024 12:16:44 -0300 Subject: [PATCH] Fix typo in SQS Pump section (#788) * Update README.md * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4054468de..d8182e311 100644 --- a/README.md +++ b/README.md @@ -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`)