Skip to content

Commit

Permalink
chore: removing aws sdk v2 note
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Oct 1, 2024
1 parent c5fd34d commit 2d17d40
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ To install this package, enter the following command into your terminal (or the
npm install sqs-producer
```

> **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 v2.2.0:
>
> ```bash
> npm install [email protected] --save-dev
> ```
### 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 v3.2.1 release, if you are using Node 16, please use a version before the v3.3.0 release.
Expand Down

0 comments on commit 2d17d40

Please sign in to comment.