fix(stepfunctions): task token integration cannot be used with API Gateway by rix0rrr · Pull Request #18595 · aws/aws-cdk
To pass the Task Token in headers to an API Gateway, the token must be wrapped in an array (because that's the value type of headers). Because JSONPath evaluation needs to happen to resolve the...