Fix parameters

This commit is contained in:
2020-05-14 05:08:59 -04:00
parent acad28b6bc
commit c748f8968e
2 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,10 @@ Parameters:
Type: String
Description: Name of the environment
Default: production
release:
Type: String
Description: Name of the release name of the stack version to use.
Default: production
#----------------
# IAM Information
@ -53,7 +57,7 @@ Resources:
Description: Adds and removes tasks from a redis list
MemorySize: 128
Timeout: 10
Role: !Ref QueueManagerRole
Role: !Ref TaskManagerRole
VpcConfig:
SecurityGroupIds:
- !Ref TaskListSecurityGroup