Summary
Feature request: Add support for the forceNewDeployment parameter in the update_service function.
Motivation
Currently, there is no way to explicitly trigger a new deployment of an ECS service when there are no changes to the task definition or service configuration. Adding support for the forceNewDeployment parameter would enable users to manually initiate a new deployment—useful in cases like re-pulling the latest image with the same tag.
Proposed Change
Introduce an optional forceNewDeployment parameter to the update_service function, defaulting to false. When set to true, the ECS service will trigger a new deployment regardless of detected changes.