Skip to content

Commit

Permalink
Bump python runtime to bump cdk klayers cryptography version
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige committed Nov 20, 2024
1 parent f5ddf36 commit 3eacfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stacks/lambda_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def __init__(
)

# Initialize Klayers
runtime = _lambda.Runtime.PYTHON_3_9
runtime = _lambda.Runtime.PYTHON_3_12
klayers = Klayers(self, python_version=runtime, region=self.region)

# get the latest layer version for the cryptography package
Expand Down

0 comments on commit 3eacfc3

Please sign in to comment.