Skip to content

Commit 45b5cf9

Browse files
authored
README.md: use default region for AWS Lambda command
1 parent 2bfe12b commit 45b5cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ git clone git@github.com:stockstory/logtail-lambda-extension.git
1212
$ cd logtail-lambda-extension
1313
$ pnpm install
1414
$ pnpm run build
15-
$ aws lambda publish-layer-version --layer-name "logtail-lambda-extension" --region us-west-2 --zip-file "fileb://./dist/extension.zip"
15+
$ aws lambda publish-layer-version --layer-name "logtail-lambda-extension" --zip-file "fileb://./dist/extension.zip"
1616
```
1717

1818
Once deployed set the `LOGTAIL_TOKEN` environment variable on your Lambda to your HTTP API source from Logtail, and [add the layer](https://docs.aws.amazon.com/lambda/latest/dg/invocation-layers.html) to your Lambda function.

0 commit comments

Comments
 (0)