-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MLPAB-1090 - Stream DB Events to Eventbridge Bus #547
Conversation
PR Environment Terraform Plan SummaryPlan: 0 to add, 0 to change, 11 to destroy |
276d474
to
354ce72
Compare
create resource to put events into a remote event bus
354ce72
to
e4b1055
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #547 +/- ##
=======================================
Coverage 92.58% 92.58%
=======================================
Files 134 134
Lines 6203 6203
=======================================
Hits 5743 5743
Misses 391 391
Partials 69 69
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Purpose
Forward database events for processing
Fixes MLPAB-1090
Approach
Put an item with the aws cli
Note:
There's a bug with the aws provider causing an error when creating a pipe. hashicorp/terraform-provider-aws#32018
Learning
The total entry size must be less than 256KB. You can calculate the entry size before you send the events.