This commit is contained in:
2020-05-14 05:15:17 -04:00
parent c748f8968e
commit a11ba9f2e7
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ Resources:
TaskListManagerLambda: TaskListManagerLambda:
Type: AWS::Lambda::Function Type: AWS::Lambda::Function
Properties: Properties:
Handler: lambda_function.lambda_handler
Runtime: python3.7 Runtime: python3.7
Code: Code:
S3Bucket: sumu-stacks S3Bucket: sumu-stacks

View File

@ -90,7 +90,7 @@ Resources:
release: !Ref release release: !Ref release
TaskManagerRole: !GetAtt IAM.Outputs.DefaultRole TaskManagerRole: !GetAtt IAM.Outputs.DefaultRole
VpcId: !Ref VpcId VpcId: !Ref VpcId
SubnetIds: !Ref PublicSubnets SubnetIds: !Join [",", !Split [" ", !Ref PublicSubnets]]
#------------ #------------
# CloudWatch # CloudWatch