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
We've been able to use the publishToEventBridge -> Rule -> Kinesis -> Lambda pattern for many of our services. However, for services for which there's no other consumers of the EventBridge events, we'd like to publish directly to Kinesis. The trouble is we have some large events which need to be claim/checked.
We've patched publishToKinesis to support claim/check in the same manner as publishToEventBridge. Please review and advise if you would like us to open a PR to add this feature
We've been able to use the publishToEventBridge -> Rule -> Kinesis -> Lambda pattern for many of our services. However, for services for which there's no other consumers of the EventBridge events, we'd like to publish directly to Kinesis. The trouble is we have some large events which need to be claim/checked.
We've patched publishToKinesis to support claim/check in the same manner as publishToEventBridge. Please review and advise if you would like us to open a PR to add this feature
publishToKinesis.js.txt
The text was updated successfully, but these errors were encountered: