katjes733 / CodePipelines

Set of CloudFormation Templates to setup more advanced CodePipelines such as deployment testing of CloudFromation templates continuously as well as building various other things
MIT License
2 stars 0 forks source link

CrossAccountCodeCommitEventDeliveryFunction should not fail completely when one event delivery fails #4

Closed katjes733 closed 2 years ago

katjes733 commented 2 years ago

CrossAccountCodeCommitEventDeliveryFunctionshould should not fail completely when one event delivery fails. This would mean that some events after a failed event delivery are not processed, leading to potentially inconsistent states.

Failed events should be caught and logged, but not fail the complete processing, especially since this function is invoked asynchronously and the caller does not care about the delivery status