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.38k stars 3.79k forks source link

[pipelines] Optional CdkPipelineProps.synthAction #9431

Open jonathanmorley opened 3 years ago

jonathanmorley commented 3 years ago

Please make the CdkPipelineProps.synthAction optional

Use Case

I am publishing cloud assemblies to S3, and using the S3 source. This means I don't have a need for the synth action, and currently need to hack in an effective no-op action.

Proposed Solution

CdkPipelineProps.synthAction?

Other


This is a :rocket: Feature Request

automartin5000 commented 2 years ago

Completely agree with this. Wouldn't running cdk synth in CI be the best practice? @jonathanmorley Can you share your workaround?