Describe the issue
Right now the intricacies of those fields are explained in the stepfunctions-tasks module, whereas this content would probably be better off in the main README, underneath the 'accessing JSON data' section, including a list of which states accept these parameters.
This section also needs to clearly explain when you need to use JsonPath.stringAt('$.bla'), and when you just pass the string '$.bla'.
We then reference it from the -tasks module, because it's still important information there.
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions-readme.html
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions_tasks-readme.html
Describe the issue
Right now the intricacies of those fields are explained in the
stepfunctions-tasksmodule, whereas this content would probably be better off in the main README, underneath the 'accessing JSON data' section, including a list of which states accept these parameters.This section also needs to clearly explain when you need to use
JsonPath.stringAt('$.bla'), and when you just pass the string'$.bla'.We then reference it from the
-tasksmodule, because it's still important information there.Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions-readme.html
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions_tasks-readme.html