Skip to content

AWS Lambda Extensions to access AWS Systems Manager Parameter Store

Notifications You must be signed in to change notification settings

lambda-extensions/parameter-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

AWS Lambda Extensions to access AWS Systems Manager Parameter Store

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published