[pipelines] Optional CdkPipelineProps.synthAction
- Dominant language
- TypeScript
- Stars
- 12.9k
- Forks
- 4.6k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 83
Description
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
* [ ] :wave: I may be able to implement this feature request
* [ ] :warning: This feature might incur a breaking change
---
This is a :rocket: Feature Request
Contributor guide
Research direction
Start by locating CdkPipelineProps.synthAction and the pipeline construction that consumes it. Check how an S3 source and cloud assembly are handled, then verify that omitting synthAction works without requiring a no-op action and that the relevant pipeline tests cover this case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- cloud, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100