Brittany Roddy

Results 1 comments of Brittany Roddy

We experienced this same issue after upgrading to v1.3.3. EventBridge suddenly rejected events created by Hasura. We stripped out the trace_context using `const eventBody = JSON.parse(event.body) if (eventBody.event.trace_context) { delete...