awslabs / aws-solutions-constructs

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
https://docs.aws.amazon.com/solutions/latest/constructs/
Apache License 2.0
1.24k stars 247 forks source link

New Pattern: aws-codepipeline-step-functions #82

Open groverlalit opened 4 years ago

groverlalit commented 4 years ago

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

hnishar commented 4 years ago

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