Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Nov 21, 2024
1 parent d07bc21 commit d9844d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space2stats_api/cdk/aws_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(
self,
"Space2StatsFunction",
entry="../src",
runtime=_lambda.Runtime.PYTHON_3_9,
runtime=_lambda.Runtime.PYTHON_3_10,
index="space2stats/api/handler.py",
timeout=Duration.seconds(120),
handler="handler",
Expand Down

0 comments on commit d9844d4

Please sign in to comment.