-
### Describe the bug
As describe in the [AWS step function documentation](https://docs.aws.amazon.com/step-functions/latest/dg/connect-third-party-apis.html#connect-http-task-fields), the `ApiEndpoin…
-
### Describe the feature
One of the most frustrating areas when defining step functions is defining how values are passed between states (e.g. [`JsonPath`](https://docs.aws.amazon.com/cdk/api/v2/do…
-
**Is your feature request related to a problem? Please describe.**
The objective is to implement the `waitForTaskToken ` for step functions. Something like this:
```yml
Lambda1:
Type: Task
…
-
### Describe the feature
I need to call CodePipeline's StartPipelineExecution API. But this is missing in aws_stepfunctions_tasks.
### Use Case
I need to call CodePipeline's StartPipelineExecution …
-
### Describe the feature
I need to call Sagemaker's StartPipelineExecution API. But this is missing in aws_stepfunctions_tasks.
### Use Case
I need to call Sagemaker's StartPipelineExecution …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When throwing a custom exception (python 3.12), SFN allows you to catch them by name fo…
-
### Describe the bug
Allowing JSON paths for `MaxConcurrency` was added in response to https://github.com/aws/aws-cdk/issues/20152, but JSON paths are not actually supported for the `MaxConcurrency…
-
### Describe the bug
`BatchSubmitJob()` generates an invalid RoleDefaultPolicy by emitting the literal value `$.jobQueueArn` instead of wildcard. This behaviour is inconsistent with `jobDefinitionA…
-
#11203 introduced a small regression wherein you can no longer use a JSON Path to specify properties for a `StartQueryExecution` AWS service call.
Specifically, `outputLocation` was changed from a …
-
### Describe the bug
The `ResponseURL` is visible in the execution state of the StepFunctions state machine, and could be used by an attacker who is able to list the executions to falsify the custom …