The AWS Solutions Constructs Library is an open-source extension of the AWS Cloud Development Kit (AWS CDK) that provides multi-service, well-architected patterns for quickly defining solutions
Suggest to provide support for adding a Stage to an existing CodePipeline, for use cases when user wants to attach to pipeline created by other construct e.g aws-codecommit-codepipline
Build a new pattern to use AWS Step Functions as an action for AWS CodePipeline stage.
Use Case
Need this feature to invoke AWS Step Functions for AWS Codepipeline stage.
Proposed Solution
Create a CodePipeline, CodePipeline stage, codepipeline action to invoke the step function.
This is a :rocket: Feature Request