Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Jan 30, 2024
1 parent 0d4bf9d commit 81dca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sending-data/platforms/aws/aws-lambda/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ functions:
Where the `BASELIME_KEY` is your public Baselime API Key and the `BASELIME_LAMBDA_LAYER_ARN` is the ARN of the Baselime AWS Lambda extension in your region.

```javascript
`arn:aws:lambda:${region}:097948374213:layer:baselime-extension-${'x86_64' || 'arm64'}:8`
`arn:aws:lambda:${region}:097948374213:layer:baselime-extension-${'x86_64' || 'arm64'}:25`
```

The Baselime AWS Lambda Extension is language agnostic and is compressed as a single binary, to minimise its impact cold-starts and performance.
Expand Down

0 comments on commit 81dca6d

Please sign in to comment.