-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PassProp Should accept parameters just like StateProp. #3453
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
Comments
eladb
added
feature-request
A feature should be added or improved.
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
labels
Aug 13, 2019
Hi @rix0rrr |
We are not focusing on StepFunctions right now. Would be happy to accept PRs though. |
I believe that |
alukach
added a commit
to alukach/aws-cdk
that referenced
this issue
Sep 26, 2019
alukach
added a commit
to alukach/aws-cdk
that referenced
this issue
Nov 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.
I'm submitting a ...
What is the current behavior?
If the current behavior is a 🪲bug🪲: Please provide the steps to reproduce
Pass State Props currently does not support adding parameters :
aws-cdk/packages/@aws-cdk/aws-stepfunctions/lib/states/pass.ts
Line 53 in 97b1168
It should accept parameters just like State.
aws-cdk/packages/@aws-cdk/aws-stepfunctions/lib/states/state.ts
Line 35 in 97b1168
parameters gives more freedom to mainipulate json input.
https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered: