From 1016d29c83325e2a2f8c97bad3b27c48a38a9d68 Mon Sep 17 00:00:00 2001 From: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> Date: Wed, 11 May 2022 19:57:07 -0700 Subject: [PATCH] Update python runtime in integration test templates --- .../api_with_authorizers_invokefunction_set_none.yaml | 2 +- integration/resources/templates/single/basic_api_with_mode.yaml | 2 +- .../resources/templates/single/basic_api_with_mode_update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/resources/templates/combination/api_with_authorizers_invokefunction_set_none.yaml b/integration/resources/templates/combination/api_with_authorizers_invokefunction_set_none.yaml index b7e9e55fc..591724471 100644 --- a/integration/resources/templates/combination/api_with_authorizers_invokefunction_set_none.yaml +++ b/integration/resources/templates/combination/api_with_authorizers_invokefunction_set_none.yaml @@ -12,7 +12,7 @@ Resources: InlineCode: | print("hello") Handler: index.handler - Runtime: python3.6 + Runtime: python3.8 Events: API3: Type: Api diff --git a/integration/resources/templates/single/basic_api_with_mode.yaml b/integration/resources/templates/single/basic_api_with_mode.yaml index 0aa4556c0..ffad6b15d 100644 --- a/integration/resources/templates/single/basic_api_with_mode.yaml +++ b/integration/resources/templates/single/basic_api_with_mode.yaml @@ -9,7 +9,7 @@ Resources: Type: 'AWS::Serverless::Function' Properties: Handler: index.handler - Runtime: python3.6 + Runtime: python3.8 AutoPublishAlias: live InlineCode: | import json diff --git a/integration/resources/templates/single/basic_api_with_mode_update.yaml b/integration/resources/templates/single/basic_api_with_mode_update.yaml index 33991486a..3f34693b9 100644 --- a/integration/resources/templates/single/basic_api_with_mode_update.yaml +++ b/integration/resources/templates/single/basic_api_with_mode_update.yaml @@ -9,7 +9,7 @@ Resources: Type: 'AWS::Serverless::Function' Properties: Handler: index.handler - Runtime: python3.6 + Runtime: python3.8 AutoPublishAlias: live InlineCode: | def handler(event, context):