[cdk-pipelines] Cannot add codepipeline action within an Application Stage #11360
Labels
@aws-cdk/pipelines
CDK Pipelines library
guidance
Question that needs advice or information.
needs-triage
This issue or PR still needs to be triaged.
❓ General Issue
Adding an action within an Application Stage
I am trying to add an application stage to my pipeline with everything required for deploying a React SPA (S3 bucket, cloudfront, API). I have everything contained within a stage. The issue I'm having is this requires an S3 deployment action. I want to keep things encapsulated and make it simple to deploy to multiple environments but I cannot find a way of having the S3 bucket within a stage and also using it in a deploy action without the following
dependency cannot cross stage boundaries
.Environment
The text was updated successfully, but these errors were encountered: