You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
After 4 years this issue still exists, and anyone who uses this aws-lambda-go and CodePipelineEvent actually gets CodePipelineJobEvent completely unexpected and not matching the actual event or the rest of this codebase.
Is holding back doing SemVer changes really worth this? Wouldn't it have just been better to bump it?
I'm not currently doing anything with the library so it doesn't matter to me, but figured it might be worth reflecting on.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
CodePipelineEvent
seems to be hardcoded as aCodePipelineJob
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 ownCodePipelineJobEvent
as it seems to be seperate then the documented CodePipelineEventsDescribe alternatives you've considered
Considered just leaving it as is and creating
CodePipelineEvent
under some new name likeActualCodePipelineEvent
but I think this is one of those instances where it would be better to just make the change.Additional context
Breaking Change
The text was updated successfully, but these errors were encountered: