Open
Description
When calling ecs_client.describe_services function, the response is missing the entry failedTasks
(among other things) in the deployments
list
AWS always returns a value, even if it's 0
I would like to add failedTasks
to the response, either always 0, or using an environment variable (something like MOTO_ECS_SERVICE_FAILED_TASKS )
Lines 582 to 594 in 83e5cbe
If you are ok with this proposed change i will submit a pull request