Feature Request: Add SQS Option to EventBridge #3533
chrisoverzero
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe your idea/feature/enhancement
Similar to how SAM allows SQS buffering for SNS events, I would like SAM to SQS-buffer EventBridge events.
Proposal
Mostly, I'll be modifying examples from the SNS–SQS proposal.
Given default settings for a queue (that is, a queue created by SAM):
…or a modified example which specifies additional options for a queue:
And, as in the other proposal, I expect that the
AWS::SQS::QueuePolicy
looks something like this:I think that the
QueueUrl
property was added after the proposal was created, which will be necessary to create the queue policy. If this is grossly accepted, I will address those details in the implementation, natch.Additional Details
I am able to take this work on soon, but not immediately. (Of course, if someone is motivated to get to it before I can, that’s great!)
This should rhyme with @53ningen's implementation of the SNS–SQS feature a lot, I think. Within my company, we use this pattern over and over and over, and I think that SAM can provide a good and related abstraction by synthesizing the rule and the queue policy here (as it does similarly for SNS).
Beta Was this translation helpful? Give feedback.
All reactions