Skip to content

Commit b16f55b

Browse files
committed
Update layer ARN in example in README
1 parent a60a2f0 commit b16f55b

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=arm64` and `VERSION=v1-0-0` this should yield:
138+
For example, for `ARCH=amd64` and `VERSION=v1-0-5` this should yield:
139139

140140
```
141-
arn:aws:lambda:us-east-1:247286868737:layer:firetail-extension-x86_64-v1-0-4:1
141+
arn:aws:lambda:us-east-1:247286868737:layer:firetail-extension-x86_64-v1-0-5: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)