Fix
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user