CCM-14200 - event driven callback delivery#33
Merged
mjewildnhs merged 87 commits intomainfrom Mar 4, 2026
Merged
Conversation
9447393 to
c90f89d
Compare
Contributor
Author
|
@copilot review |
|
@mjewildnhs I've opened a new pull request, #34, to work on those changes. Once the pull request is ready, I'll request review from you. |
rhyscoxnhs
reviewed
Feb 18, 2026
lambdas/client-transform-filter-lambda/src/services/validators/event-validator.ts
Show resolved
Hide resolved
c412701 to
6287115
Compare
rhyscoxnhs
previously approved these changes
Feb 26, 2026
Contributor
rhyscoxnhs
left a comment
There was a problem hiding this comment.
No real fundamental issues here. I've left some minor suggestions for improvements, but there's no need to block a merge for these.
lambdas/client-transform-filter-lambda/src/services/transformers/channel-status-transformer.ts
Outdated
Show resolved
Hide resolved
lambdas/client-transform-filter-lambda/src/services/transformers/message-status-transformer.ts
Outdated
Show resolved
Hide resolved
848f634 to
fc910ea
Compare
b988105 to
48be4bf
Compare
0bb06ad to
e2d0639
Compare
cgitim
requested changes
Mar 4, 2026
infrastructure/terraform/modules/client-destination/module_target_dlq.tf
Show resolved
Hide resolved
rhyscoxnhs
approved these changes
Mar 4, 2026
sidnhs
requested changes
Mar 4, 2026
infrastructure/terraform/components/callbacks/module_mock_webhook_lambda.tf
Outdated
Show resolved
Hide resolved
sidnhs
approved these changes
Mar 4, 2026
cgitim
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implement the event-driven callback delivery pipeline. Replaces the placeholder lambda handler stub with a full implementation: an SQS-to-EventBridge Pipes enrichment Lambda (client-transform-filter-lambda) that validates, transforms, and routes CloudEvents to client webhook endpoints via EventBridge. A new mock-webhook-lambda is added for use in tests.
The integration test requires further work but is dependent on other PRs (#43 / #32)
Changes:
Context
Required for phase 1 of 2-way-messaging.
Type of changes
Checklist
Sensitive Information Declaration
To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.