Skip to content

Commit 2b9717f

Browse files
author
Joe Snell
committed
refactor
1 parent 5bd299c commit 2b9717f

File tree

13 files changed

+18
-8
lines changed

13 files changed

+18
-8
lines changed

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
22

33
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).
44

5+
Supported Runtimes:
6+
7+
|Runtime|Versions|Source|
8+
|-------|--------|------|
9+
|Go|||
10+
|Java|||
11+
|Node.js|||
12+
|Python|3.7, 3.8|[Source](/languages/python)
13+
|Ruby|||
14+
515
## Usage
616

7-
Supported Runtimes:
17+
### Install the layer
18+
19+
To learn more about the deployment process for this extension, see the [deployment documentation](https://github.com/lambda-extensions/docs).
20+
21+
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.
822

9-
|Runtime|Versions|
10-
|-------|--------|
11-
|Go||
12-
|Java||
13-
|Node.js||
14-
|Python|3.7, 3.8|
15-
|Ruby||
23+
```
24+
arn:aws:lambda:<REGION>:863125196191:layer:<LANGUAGE>-parameter-store-extension:<VERSION>
25+
```
1626

1727
## Contributing
1828

File renamed without changes.

0 commit comments

Comments
 (0)