-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ecs-patterns): Allow overriding
loadBalancer
and `taskDefiniti…
…on` (#4213) Add LoadBalancer and TaskDefinition properties to be input to the constructor of all patterns. BREAKING CHANGES: * **ecs-patterns**: In order to support TaskDefinition as an input property, moved all properties that are used to create a TaskDefinition into it's own props object (TaskImageOptions) and accept that as input to all ecs-patterns constructs. * **ecs-patterns**: Only one of TaskDefinition or TaskImageOptions can be passed as input to the constructs. Previously image was required, where as now image or taskDefinition is required, and having both will throw an exception.
- Loading branch information
Showing
21 changed files
with
710 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.