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
+16
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,22 @@ from aws_lambda_powertools.logging.logger import set_package_logger
58
58
set_package_logger()
59
59
```
60
60
61
+
## Lambda Layer
62
+
63
+
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.
74
+
Keep in mind that layers are regional resources and you need to create the layer in every region where you need it.
75
+
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.
76
+
61
77
## Tenets
62
78
63
79
***AWS Lambda only** – We optimise for AWS Lambda function environments and supported runtimes only. Utilities might work with web frameworks and non-Lambda environments, though they are not officially supported.
0 commit comments