orangejellyfish / serverless-starter

🎬 A production-ready Serverless Framework starter kit for Node.js on AWS Lambda
MIT License
26 stars 4 forks source link

Upgrade AWS SDK to v3 #645

Open LizzieHard opened 2 years ago

jamesallardice commented 2 years ago

As far as I'm aware the set up in this starter kit should exclude aws-sdk completely from the bundle (via webpack externals). The module (v2) is available implicitly within the Lambda Node.js runtime: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html