Skip to content

Releases: tallpants/ssm-parameter-store

v3.0.0

27 Mar 16:42
Compare
Choose a tag to compare
  • Now uses AWS SDK v3 (and with that supports the Node.js 18.x runtime on AWS Lambda)
  • If you need to use AWS SDK v2, use the 2.1.2 release of this package.

v2.1.2

18 Jul 09:29
Compare
Choose a tag to compare
  • Take an SSM parameter store instance as a constructor parameter instead of initializing it within the package.
  • Make aws-sdk a peerDependency and not a dependency.

This was done to keep the package size small and avoid bundling a copy of the AWS SDK because it contributed significantly towards the Lambda package size limit, and the AWS SDK was available by default in the AWS Lambda environment anyway. So now ssm-parameter-store doesn't care how you're getting the SDK, it just needs the SSM instance from the SDK to work.