Skip to content

fix(stepfunctions-tasks): EMR Create Cluster does not support dynamic allocation of step concurrency level#18972

Merged
mergify[bot] merged 2 commits intomasterfrom
shivlaks/sfn-tasks-emr-concurrency
Feb 15, 2022
Merged

fix(stepfunctions-tasks): EMR Create Cluster does not support dynamic allocation of step concurrency level#18972
mergify[bot] merged 2 commits intomasterfrom
shivlaks/sfn-tasks-emr-concurrency

Conversation

@shivlaks
Copy link
Copy Markdown
Contributor

Currently, it is not possible to set the stepConcurrencyLevel property dynamically as the validation in
place will step over it and indicate that the value specified at a JsonPath is invalid.

This fix adds a check to skip validation if the property contains an unresolved token


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

… allocationof step concurrency level

Currently, it is not possible to set the `stepConcurrencyLevel` property dynamically as the validation in
place will step over it and indicate that the value specified at a JsonPath is invalid.

This fix adds a check to skip validation if the property contains an unresolved token
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Feb 15, 2022

Copy link
Copy Markdown
Contributor

@kaizencc kaizencc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix @shivlaks

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Feb 15, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit d19e538 into master Feb 15, 2022
@mergify mergify bot deleted the shivlaks/sfn-tasks-emr-concurrency branch February 15, 2022 19:50
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Feb 15, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: b0db860
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
… allocation of step concurrency level (aws#18972)

Currently, it is not possible to set the `stepConcurrencyLevel` property dynamically as the validation in
place will step over it and indicate that the value specified at a JsonPath is invalid.

This fix adds a check to skip validation if the property contains an unresolved token

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants