sparse-intern-71089
10/20/2020, 8:32 PMwhite-balloon-205
mypy
or use an IDE tool that does type checking in the background - that should catch issues like this for you automatically, as the Pulumi Python SDKs do have type annotations.
https://www.pulumi.com/docs/reference/pkg/aws/ecs/taskdefinition/#requires_compatibilities_pythonwhite-balloon-205