Use python 3.6 instead of 3.7
This commit is contained in:
		@ -44,7 +44,7 @@ Resources:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  TaskListManagerLambda:
 | 
					  TaskListManagerLambda:
 | 
				
			||||||
    Type: AWS::Lambda::Function
 | 
					    Type: AWS::Lambda::Function
 | 
				
			||||||
    Runtime: python3.7
 | 
					    Runtime: python3.6
 | 
				
			||||||
    Code:
 | 
					    Code:
 | 
				
			||||||
      S3Bucket: sumu-stacks
 | 
					      S3Bucket: sumu-stacks
 | 
				
			||||||
      S3Key: !Sub "dt/${release}/lambda/task_queue_manager.zip"
 | 
					      S3Key: !Sub "dt/${release}/lambda/task_queue_manager.zip"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user