-
Notifications
You must be signed in to change notification settings - Fork 571
Open
Labels
breaking change / v2There is no plan for a v2 release! Alternative non-breaking approaches are strongly encouraged!There is no plan for a v2 release! Alternative non-breaking approaches are strongly encouraged!
Description
Is your feature request related to a problem? Please describe.
CodePipelineEvent
seems to be hardcoded as a CodePipelineJob
This incorrectly makes CodePipeline event unusable for its actual events.
CodePipelineEvent documentation
Describe the solution you'd like
I would like to move the current CodePipelineEvent
into its own CodePipelineJobEvent
as it seems to be seperate then the documented CodePipelineEvents
Describe alternatives you've considered
Considered just leaving it as is and creating CodePipelineEvent
under some new name like ActualCodePipelineEvent
but I think this is one of those instances where it would be better to just make the change.
Additional context
Breaking Change
Metadata
Metadata
Assignees
Labels
breaking change / v2There is no plan for a v2 release! Alternative non-breaking approaches are strongly encouraged!There is no plan for a v2 release! Alternative non-breaking approaches are strongly encouraged!