diff --git a/sample-apps/blank-python/template.yml b/sample-apps/blank-python/template.yml index d2b27aee..7c089ec2 100644 --- a/sample-apps/blank-python/template.yml +++ b/sample-apps/blank-python/template.yml @@ -6,7 +6,7 @@ Resources: Type: AWS::Serverless::Function Properties: Handler: lambda_function.lambda_handler - Runtime: python3.8 + Runtime: python3.11 CodeUri: function/. Description: Call the AWS Lambda API Timeout: 10 @@ -25,4 +25,4 @@ Resources: Description: Dependencies for the blank-python sample app. ContentUri: package/. CompatibleRuntimes: - - python3.8 + - python3.11