Skip to content

v2.1.2

Compare
Choose a tag to compare
@tallpants tallpants released this 18 Jul 09:29
· 7 commits to master since this release
  • 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.