Use python 3.6 instead of 3.7

This commit is contained in:
Layla 2020-05-14 04:53:41 -04:00
parent 2a8c451d9e
commit 8294bf4fb3
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -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"