Skip to content

Commit 7087c4f

Browse files
Constructor initial changes
1 parent 609eed2 commit 7087c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer_v3/layer_constructors/layer_stack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LambdaPowertoolsLayerPythonV3(lambda_.LayerVersion):
3131
Example:
3232
>>> app = cdk.App()
3333
>>> LambdaPowertoolsLayerPythonV3(app, "PowertoolsLayer",
34-
... python_version=lambda_.Runtime.PYTHON_3_11,
34+
... python_version=lambda_.Runtime.PYTHON_3_13,
3535
... include_extras=False,
3636
... architecture=lambda_.Architecture.ARM_64,
3737
... powertools_version="2.10.0",

0 commit comments

Comments
 (0)