https://github.com/lambda-extensions/parameter-store
AWS Lambda Extensions to access AWS Systems Manager Parameter Store
https://github.com/lambda-extensions/parameter-store
aws aws-lambda lambda-extensions parameter-store
Last synced: 5 months ago
JSON representation
AWS Lambda Extensions to access AWS Systems Manager Parameter Store
- Host: GitHub
- URL: https://github.com/lambda-extensions/parameter-store
- Owner: lambda-extensions
- Created: 2020-10-08T20:34:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T17:51:36.000Z (about 5 years ago)
- Last Synced: 2024-11-24T10:34:26.822Z (about 1 year ago)
- Topics: aws, aws-lambda, lambda-extensions, parameter-store
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parameter Store
This is an [AWS Lambda Extension](https://aws.amazon.com/blogs/compute/introducing-aws-lambda-extensions-in-preview/) that allows you to pull values from [SSM Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html).
Supported Runtimes:
|Runtime|Versions|Source|
|-------|--------|------|
|Go|||
|Java|||
|Node.js|||
|Python|3.7, 3.8|[Source](/languages/python)
|Ruby|||
## Usage
### Install the layer
To learn more about the deployment process for this extension, see the [deployment documentation](https://github.com/lambda-extensions/docs).
Add the following arn to your lambda function where `` is the region of your function, `LANGAUGE` is your desired language, and `VERSION` is your desired version.
```
arn:aws:lambda::863125196191:layer:-parameter-store-extension:
```
## Contributing
To add a new language implementation, see the [New Language doc](/docs/new-language.md).