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.72k stars 3.94k forks source link

(stepfunctions-tasks): CodePipeline StartPipelineExecution #23444

Open stefenAMZ opened 1 year ago

stefenAMZ commented 1 year ago

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 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.54

Environment details (OS name and version, etc.)

macOS Monterey 12.3.1

pahud commented 1 year ago

I am making it as p2 but I think there's a workaround using aws-sdk integration as described here:

https://github.com/aws/aws-cdk/tree/main/packages/%40aws-cdk/aws-stepfunctions-tasks#aws-sdk

troter commented 8 months ago

v2 documentation is here:

https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/aws-stepfunctions-tasks#aws-sdk