Skip to content

Commit

Permalink
fix: sync db bootstrapper runtime versions == 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ividito committed Jan 3, 2025
1 parent 67f7713 commit 5ac2a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/infrastructure/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(
self,
"lambda",
handler="handler.handler",
runtime=aws_lambda.Runtime.PYTHON_3_9,
runtime=aws_lambda.Runtime.PYTHON_3_11,
code=aws_lambda.Code.from_docker_build(
path=os.path.abspath("./"),
file="database/runtime/Dockerfile",
Expand Down

0 comments on commit 5ac2a38

Please sign in to comment.