Use python 3.6 instead of 3.7
This commit is contained in:
parent
2a8c451d9e
commit
8294bf4fb3
@ -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"
|
||||
|
Reference in New Issue
Block a user