Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ecs): Asset ContainerImage no longer takes Construct argumen…
…ts (#2906) Turn the `ContainerImage` into the standard integration pattern. It is no longer a construct itself, but creates subconstructs during `bind`. BREAKING CHANGE: * **ecs**: `ContainerImage.fromAsset()` now takes only build directory directly (no need to pass `scope` or `id` anymore).
- Loading branch information