Open tivaliy opened 3 years ago
@tivaliy did you find a solution to this? Running into the same issue with AWS SAM
Hello,
Adding/removing/updating the Command
property will cause CommandRunner to re-run the Command. And this will happen before any resources that are referencing CommandRunner.
Do you have the error you received on the CommandRunner resource itself?
Any updates to this?
Hi
i'm using Cloudformation and SAM for deploying project infrastrcuture. While using CommandRunner custom resource I faced with an issue of updating/adding/removing
Command
section. So it fails to deploy infrastructure with updatedCommand
section withStatus reason: The following resource(s) failed to update: [CommandRunner]
The only workaround right now is to comment/uncomment
AWSUtility::CloudFormation::CommandRunner
in a template every time I need to make a change.Can you please clarify on the flow I have to follow.