ecs-run-task
ecs-run-task copied to clipboard
missing family field causes panic
missing family field in task definition field causes a nil pointer derefence panic when logging
we can use a value here instead of a pointer and now get a debug
message: Registering a task for <nil>
and the missing field error from
the aws sdk