aws-cloudformation / aws-cloudformation-resource-providers-stepfunctions

The CloudFormation Resource Provider Package For AWS Step Functions
https://aws.amazon.com/step-functions/
Apache License 2.0
6 stars 4 forks source link

fix: Registration timeouts by removing Express contract test inputs #18

Closed jormello closed 3 years ago

jormello commented 3 years ago

Description of changes: Removes secondary set of contract test inputs used for Express workflows.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

jormello commented 3 years ago

Build failures are due to cloudformation-cli-java-plugin dependency releasing 2.0.6. Will look into whether we can temporarily freeze the dependency at 2.0.5 which I've tested works, or whether we need to support the new version right away.

jormello commented 3 years ago

Addressed the build issues in this PR. I will re-run the build check for this PR once the other PR is merged.