aws / amazon-ecs-cli

The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html
Other
1.78k stars 303 forks source link

[Feature Request] depends_on option in ecs params #1162

Closed y-isono closed 1 year ago

y-isono commented 1 year ago

README says we can use dependes_on in ecs_params[1], but depends_on is not really supported now[2]. So, could you make depends_on available in ecs params ?

[1] README - https://github.com/aws/amazon-ecs-cli/tree/2791f9b45c3a2cf2788278a0d9eb529650ade8f1#using-ecs-parameters

[2] supportedComposeV1V2YamlOptions - https://github.com/aws/amazon-ecs-cli/blob/2791f9b45c3a2cf2788278a0d9eb529650ade8f1/ecs-cli/modules/cli/compose/logger/logger.go#L28-L67

This is a :rocket: Feature Request