Open JonathanWoollett-Light opened 8 months ago
Thanks for the feature request. Linking aws_stepfunctions
documentation for reference: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions-readme.html
Please feel free to share more details regarding your use case and others can 👍 this issue or add more information as well.
Describe the feature
One of the most frustrating areas when defining step functions is defining how values are passed between states (e.g.
JsonPath
).This could be greatly improved if states had properties to get their input and outputs.
Use Case
Proposed Solution
Other Information
Fixing this might be difficult, I just want to highlight this problem and see if others also experience it. Any programmatic solution would be a great improvement over using
JsonPath
s directly.Acknowledgements
CDK version used
2.132.1
Environment details (OS name and version, etc.)
Linux 6.5.0-21-generic #21~22.04.1-Ubuntu x86_64 GNU/Linux