What's Changed
- #42 Add feature flag to use the AWS SDK V3 by @GrahamCampbell and @mnapoli in #65
We want to move from the AWS SDK v2 to v3. This release includes Part 1 of this migration: osls
still uses SDK v2 by default, but setting the environment variable SLS_AWS_SDK_V3=1
will make it use the SDK v3.
You can opt-in the new SDK version:
SLS_AWS_SDK_V3=1 serverless deploy
Help us test this by setting SLS_AWS_SDK_V3=1
in your .bashrc
or similar and report issues 🙏
Full Changelog: v3.51.2...v3.52.0