From 8294bf4fb377a55e0b978e3693292e6df8bfc9d7 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 14 May 2020 04:53:41 -0400 Subject: [PATCH] Use python 3.6 instead of 3.7 --- infrastructure/cloudformation/dt/lambdas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cloudformation/dt/lambdas.yaml b/infrastructure/cloudformation/dt/lambdas.yaml index 6e73b18..cd48dad 100644 --- a/infrastructure/cloudformation/dt/lambdas.yaml +++ b/infrastructure/cloudformation/dt/lambdas.yaml @@ -44,7 +44,7 @@ Resources: TaskListManagerLambda: Type: AWS::Lambda::Function - Runtime: python3.7 + Runtime: python3.6 Code: S3Bucket: sumu-stacks S3Key: !Sub "dt/${release}/lambda/task_queue_manager.zip"