Skip to content

Commit 0dde50d

Browse files
committed
Proofread
1 parent 8eab8a8 commit 0dde50d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ make public ARCH=arm64 VERSION=v1.0.0 AWS_REGION=eu-west-1 AWS_LAYER_VERSION=1
122122
There are a number of ways to add the published layer to your Lambda Function:
123123

124124
1. [Using the AWS CLI](#using-the-aws-cli).
125-
2. [Using a Lambda container image build stage](#using-a-lambda-container-image-build-stage).
125+
2. [Using An AWS Lambda Docker Build](#using-an-aws-lambda-docker-build).
126126
3. [Using Terraform](#using-terraform).
127127

128128
You will need to ascertain the layer ARN of the Lambda Layer containing the Firetail Lambda Extension that you wish to use. If you are not publishing your own Firetail Extension Lambda Layer, you may use the Lambda Layer published publicly by Firetail.
@@ -153,7 +153,7 @@ make add AWS_REGION=eu-west-1 LAYER_ARN=your-layer-arn FUNCTION_NAME=your-functi
153153

154154

155155

156-
#### Adding the Firetail Extension to a AWS Lambda Docker build
156+
#### Using An AWS Lambda Docker Build
157157

158158
If your lambda is using a container image, you can add the layer to the image from within your Dockerfile. Relevant documentation can be found in [this AWS Compute Blog post](https://aws.amazon.com/blogs/compute/working-with-lambda-layers-and-extensions-in-container-images/).
159159

@@ -192,7 +192,7 @@ docker build . -t layer-image1:latest \
192192
--build-arg AWS_DEFAULT_REGION=us-east-1 \
193193
--build-arg AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE \
194194
--build-arg AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY \
195-
--build-arg AWS_LAYER_ARN=arn:aws:lambda:us-east-1:453671210445:layer:firetail-extension-x86_64-v0-0-4:1
195+
--build-arg AWS_LAYER_ARN=arn:aws:lambda:us-east-1:453671210445:layer:firetail-extension-x86_64-v1-0-0:1
196196
```
197197

198198

0 commit comments

Comments
 (0)