Builds the ECR docker image and deploys dockerized service to ECS (Fargate).
Required The environment to deploy to. (e.g. dev / beta / prod).
Required The docker image version e.g. "1.0.1"
Required The ECS cluster name to deploy the service to
Required The name of the service to deploy
Optional Number of tasks to start. Defaults to 1
Required Name of the ECR registry
Required Relative path of task definition js file. Defaults to "taskdefinition.js"
Required Name of the docker image