I am deploying a Fargate service and using `awsx.ecs.Image.fromDockerBuild` to create my docker ima...
f
I am deploying a Fargate service and using
awsx.ecs.Image.fromDockerBuild
to create my docker image that gets deployed but it seems that it will always attempt to build and deploy a new docker image even if the image is unchanged. I often find myself changing other parts of the infrastructure but would prefer not to have to do an entire build. Is there any way to avoid this?