aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.69k stars 3.93k forks source link

(stepfunctions-tasks): Sagemaker StartPipelineExecution #20811

Open mstfldmr opened 2 years ago

mstfldmr commented 2 years ago

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 API. There is a StartPipelineExecution action in Step Functions Workflow UI. But this is missing in aws_stepfunctions_tasks.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.28.1 (build d035432)

Environment details (OS name and version, etc.)

macOS Monterey 12.3.1 (21E258)

kaizencc commented 2 years ago

Hi @mstfldmr! Marking this as p2 for now until we see more community support for this feature, which means we don't have this in our immediate roadmap. In the meantime, you can use custom states to achieve what you need (this is true for all states that we don't natively support yet).