Skip to content

Commit 6f7e390

Browse files
Update README.md
1 parent 422ee1c commit 6f7e390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ The latest extension version of the publically accessible Lambda Layer published
135135
arn:aws:lambda:us-east-1:247286868737:layer:firetail-extension-${ARCH}-${VERSION}:1
136136
```
137137

138-
For example, for `ARCH=amd64` and `VERSION=v1-0-6` this should yield:
138+
For example, for `ARCH=amd64` and `VERSION=v1-1-0` this should yield:
139139

140140
```
141-
arn:aws:lambda:us-east-1:247286868737:layer:firetail-extension-x86_64-v1-0-6:1
141+
arn:aws:lambda:us-east-1:247286868737:layer:firetail-extension-x86_64-v1-1-0:1
142142
```
143143

144144
Regardless of how you add the Lambda Layer to your Lambda Function, you will also need to configure at least one environment variable: `FIRETAIL_API_TOKEN`. Find below a full list of the environment variables used by the Firetail Lambda Extension:

0 commit comments

Comments
 (0)