Fix
This commit is contained in:
		@ -49,6 +49,7 @@ Resources:
 | 
			
		||||
  TaskListManagerLambda:
 | 
			
		||||
    Type: AWS::Lambda::Function
 | 
			
		||||
    Properties:
 | 
			
		||||
      Handler: lambda_function.lambda_handler
 | 
			
		||||
      Runtime: python3.7
 | 
			
		||||
      Code:
 | 
			
		||||
        S3Bucket: sumu-stacks
 | 
			
		||||
 | 
			
		||||
@ -90,7 +90,7 @@ Resources:
 | 
			
		||||
        release: !Ref release
 | 
			
		||||
        TaskManagerRole: !GetAtt IAM.Outputs.DefaultRole
 | 
			
		||||
        VpcId: !Ref VpcId
 | 
			
		||||
        SubnetIds: !Ref PublicSubnets
 | 
			
		||||
        SubnetIds: !Join [",", !Split [" ", !Ref PublicSubnets]]
 | 
			
		||||
 | 
			
		||||
  #------------
 | 
			
		||||
  # CloudWatch
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user