-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: removing aws sdk v2 note (#519)
- Loading branch information
1 parent
c35eb4c
commit 7609799
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,6 @@ npm install sqs-consumer | |
|
||
If you would like to use JSR instead, you can find the package [here](https://jsr.io/@bbc/sqs-consumer). | ||
|
||
> **Note** | ||
> This library assumes you are using [AWS SDK v3](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/index.html). If you are using v2, please install v5.8.0: | ||
> | ||
> ```bash | ||
> npm install [email protected] | ||
> ``` | ||
### Node version | ||
|
||
We will only support Node versions that are actively or security supported by the Node team. If you are still using an Node 14, please use a version of this library before the v7 release, if you are using Node 16, please use a version before the v7.3.0 release. | ||
|