Skip to content

Commit 5d67f2c

Browse files
author
Alexander Melnyk
committed
docs: add public layer ARNs
1 parent 3336f81 commit 5d67f2c

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

docs/index.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,35 @@ Powertools is available in PyPi. You can use your favourite dependency managemen
3636

3737
### Lambda Layer
3838

39-
Powertools is also available as a Lambda Layer, and it is distributed via the [AWS Serverless Application Repository (SAR)](https://docs.aws.amazon.com/serverlessrepo/latest/devguide/what-is-serverlessrepo.html) to support semantic versioning.
39+
Powertools is also available as a Lambda Layer with public ARNs in each region or distributed via the [AWS Serverless Application Repository (SAR)](https://docs.aws.amazon.com/serverlessrepo/latest/devguide/what-is-serverlessrepo.html) to support semantic versioning.
40+
41+
#### Public ARNs
42+
43+
We build, release and distribute packaged Lambda Powertools layers for each region. This means you can copy a specific ARN and use it in your Lambda deployment. The layer region must be in the same region as your lambda function. The public layers do not contain the `pydantic` library that is required for the `parser` utility.
44+
45+
??? info "List of all regions and version with public AWS Lambda Powertools Layers"
46+
47+
| Region | Version | Layer ARN
48+
|---------------------------| ---------------------------| ---------------------------
49+
| `us-east-1` | `1.21.0` | `arn:aws:lambda:us-east-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
50+
| `us-east-2` | `1.21.0` | `arn:aws:lambda:us-east-2:017000801446:layer:AWSLambdaPowertoolsPython:2`
51+
| `us-west-1` | `1.21.0` | `arn:aws:lambda:us-west-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
52+
| `us-west-2` | `1.21.0` | `arn:aws:lambda:us-west-2:017000801446:layer:AWSLambdaPowertoolsPython:2`
53+
| `ap-south-1` | `1.21.0` | `arn:aws:lambda:ap-south-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
54+
| `ap-northeast-1` | `1.21.0` | `arn:aws:lambda:ap-northeast-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
55+
| `ap-northeast-2` | `1.21.0` | `arn:aws:lambda:ap-northeast-2:017000801446:layer:AWSLambdaPowertoolsPython:2`
56+
| `ap-northeast-3` | `1.21.0` | `arn:aws:lambda:ap-northeast-3:017000801446:layer:AWSLambdaPowertoolsPython:2`
57+
| `ap-southeast-1` | `1.21.0` | `arn:aws:lambda:ap-southeast-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
58+
| `ap-southeast-2` | `1.21.0` | `arn:aws:lambda:ap-southeast-2:017000801446:layer:AWSLambdaPowertoolsPython:2`
59+
| `eu-central-1` | `1.21.0` | `arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
60+
| `eu-west-1` | `1.21.0` | `arn:aws:lambda:eu-west-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
61+
| `eu-west-2` | `1.21.0` | `arn:aws:lambda:eu-west-2:017000801446:layer:AWSLambdaPowertoolsPython:2`
62+
| `eu-west-3` | `1.21.0` | `arn:aws:lambda:eu-west-3:017000801446:layer:AWSLambdaPowertoolsPython:2`
63+
| `eu-north-1` | `1.21.0` | `arn:aws:lambda:eu-north-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
64+
| `ca-central-1` | `1.21.0` | `arn:aws:lambda:ca-central-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
65+
| `sa-east-1` | `1.21.0` | `arn:aws:lambda:sa-east-1:017000801446:layer:AWSLambdaPowertoolsPython:2`
66+
67+
#### SAR
4068

4169
| App | ARN | Description
4270
|----------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)