Releases: tallpants/ssm-parameter-store
Releases · tallpants/ssm-parameter-store
v3.0.0
v2.1.2
- Take an SSM parameter store instance as a constructor parameter instead of initializing it within the package.
- Make
aws-sdk
apeerDependency
and not adependency
.
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.