You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The validation of WorkflowArn seems to have an issue. In the begining I though it was my code but after confirming with CDK team, looks like there is some regexp problem.
12:40:45 AM | CREATE_FAILED | AWS::ImageBuilder::ImagePipeline | Pipeline
Resource handler returned message: "The value supplied for parameter 'workflows' is not valid. AWS managed workflows must have latest version 'x.x.x' for '{workflow_arn_str}' (Service:
Imagebuilder, Status Code: 400, Request ID: c02cd8e3-1ecd-4ddf-ae0a-3c3ca29ee39a)" (RequestToken: e006e4e0-8450-41c7-93ed-5fb154cb1950, HandlerErrorCode: InvalidRequest)
Test Cases
cdk synth runs without problems. the cloudformation deployment fails.
Other Details
Please real the original thread here: aws/aws-cdk#29910 - I will link both.
thanks in advance,
F
The text was updated successfully, but these errors were encountered:
I've opened a case to AWS and looks like the documentation is kind of giving wrong directions.
Removed the - OnFailure: ABORT, OnFailure parameter is only allowed for test workflows and not in this case; which I don't find in the documentation. And, I've changed the snippet to: (note the "x.x.x" Vs "1.0.1")
Name of the resource
AWS::ImageBuilder::Workflow
Resource Name
No response
Issue Description
The validation of WorkflowArn seems to have an issue. In the begining I though it was my code but after confirming with CDK team, looks like there is some regexp problem.
(the BUG I've open on aws-cdk: aws/aws-cdk#29910)
Expected Behavior
Deploy this snippet of code:
Observed Behavior
12:40:45 AM | CREATE_FAILED | AWS::ImageBuilder::ImagePipeline | Pipeline
Resource handler returned message: "The value supplied for parameter 'workflows' is not valid. AWS managed workflows must have latest version 'x.x.x' for '{workflow_arn_str}' (Service:
Imagebuilder, Status Code: 400, Request ID: c02cd8e3-1ecd-4ddf-ae0a-3c3ca29ee39a)" (RequestToken: e006e4e0-8450-41c7-93ed-5fb154cb1950, HandlerErrorCode: InvalidRequest)
Test Cases
cdk synth runs without problems. the cloudformation deployment fails.
Other Details
Please real the original thread here: aws/aws-cdk#29910 - I will link both.
thanks in advance,
F
The text was updated successfully, but these errors were encountered: