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.
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 ?
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