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
this will create a CloudFormation stack with the powertools layer in a specific region where you run this commands.
74
74
Keep in mind that layers are regional resources and you need to create the layer in every region where you need it.
75
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
-
=======
77
76
78
77
## Tenets
79
78
@@ -85,4 +84,3 @@ Alternatively, you can deploy the layer from the AWS Console by navigating to Se
85
84
***Idiomatic** – Utilities follow programming language idioms and language-specific best practices.
86
85
87
86
_`*` Core utilities are Tracer, Logger and Metrics. Optional utilities may vary across languages._
0 commit comments