From 3e434bf39121f992c6e9b8605169adfcbe46a21d Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 29 Jun 2024 09:50:02 -0700 Subject: [PATCH] Update examples/template.yml --- examples/template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/template.yml b/examples/template.yml index 789b066..77ecca2 100644 --- a/examples/template.yml +++ b/examples/template.yml @@ -46,8 +46,8 @@ Resources: - LAMBDA_FUNCTION_PUBLIC_ACCESS_PROHIBITED Properties: FunctionName: !Sub lambda-function-${EnvName} - Description: LambdaFunction using python3.12. - Runtime: python3.12 + Description: LambdaFunction using python3.9. + Runtime: python3.9 Code: ZipFile: | import json