Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1005 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1005 Bytes

Parameter Store

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

Usage

Install the layer

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>

Contributing

To add a new language implementation, see the New Language doc.