From a11ba9f2e7d5607d306bb52650c2c094f26182fb Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 14 May 2020 05:15:17 -0400 Subject: [PATCH] Fix --- infrastructure/cloudformation/dt/lambdas.yaml | 1 + infrastructure/cloudformation/dt/top.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/cloudformation/dt/lambdas.yaml b/infrastructure/cloudformation/dt/lambdas.yaml index 369ab4c..322e49d 100644 --- a/infrastructure/cloudformation/dt/lambdas.yaml +++ b/infrastructure/cloudformation/dt/lambdas.yaml @@ -49,6 +49,7 @@ Resources: TaskListManagerLambda: Type: AWS::Lambda::Function Properties: + Handler: lambda_function.lambda_handler Runtime: python3.7 Code: S3Bucket: sumu-stacks diff --git a/infrastructure/cloudformation/dt/top.yaml b/infrastructure/cloudformation/dt/top.yaml index 759e6b4..ea0d51b 100644 --- a/infrastructure/cloudformation/dt/top.yaml +++ b/infrastructure/cloudformation/dt/top.yaml @@ -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