This commit is contained in:
Layla 2020-05-14 05:15:17 -04:00
parent c748f8968e
commit a11ba9f2e7
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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