From 2d5526c85cda1457188fb5a078c442ff294aee31 Mon Sep 17 00:00:00 2001 From: Michal Sadowski Date: Thu, 28 Mar 2024 15:53:56 +0100 Subject: [PATCH] Update runtime --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index 435fa17..af461a2 100644 --- a/template.yaml +++ b/template.yaml @@ -16,6 +16,6 @@ Resources: Properties: CodeUri: hello_world/ Handler: app.lambda_handler - Runtime: python3.9 + Runtime: python3.12 Architectures: - arm64