You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/index.mdx
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,18 @@ from aws_lambda_powertools.logging.logger import set_package_logger
54
54
55
55
set_package_logger()
56
56
```
57
+
## Lambda Layer
58
+
59
+
Powertools is also available as a layer and is distributed via the [Serverless Application Repository](https://docs.aws.amazon.com/serverlessrepo/latest/devguide/what-is-serverlessrepo.html).
this will create a CloudFormation stack with the powertools layer in a specific region where you run this commands.
70
+
Keep in mind that layers are regional resources and you need to create the layer in every region where you need it.
71
+
Alternatively, you can deploy the layer from the AWS Console by navigating to Serverless Application Repository and search for `aws-lambda-powertools-python-layer` and follow the deploy steps from there.
0 commit comments