Fix
This commit is contained in:
parent
c748f8968e
commit
a11ba9f2e7
@ -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