claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 274 forks source link

Migrate AWS SDK for JavaScript v2 APIs to v3 #243

Open trivikr opened 1 year ago

trivikr commented 1 year ago

Please migrate your code to use AWS SDK for JavaScript (v3). For more information, check the migration guide at https://a.co/7PzMCcy


* Link to a minimal, executable project that demonstrates the problem:

https://github.com/claudiajs/example-projects/tree/master/hello-world

* Steps to install the project:

```console
$ git clone git@github.com:claudiajs/example-projects.git --depth=1

$ cd example-projects/hello-world

$ npm install
$ npm start
...
(node:1754) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
...