cdk-ecs-service-extensions
cdk-ecs-service-extensions copied to clipboard
Extensions added via another extension's addHooks() method have no access to scope
Extensions that were added during the addHooks step won't have access to this.scope because the prehook step is in charge of setting scope and runs before addHooks.
https://github.com/cdklabs/cdk-ecs-service-extensions/blob/main/src/service.ts#L171,L180