This is an AWS Lambda Extension that allows you to pull values from SSM Parameter Store.
Supported Runtimes:
Runtime | Versions | Source |
---|---|---|
Go | ||
Java | ||
Node.js | ||
Python | 3.7, 3.8 | Source |
Ruby |
To learn more about the deployment process for this extension, see the deployment documentation.
Add the following arn to your lambda function where <REGION>
is the region of your function, LANGAUGE
is your desired language, and VERSION
is your desired version.
arn:aws:lambda:<REGION>:863125196191:layer:<LANGUAGE>-parameter-store-extension:<VERSION>
To add a new language implementation, see the New Language doc.