This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Feature Request: Add SQS Option to EventBridge #1919
Labels
area/event-bridge
area/event-source
maintainer/need-response
stage/pm-review
Waiting for review by our Product Manager, please don't work on this yet
type/feature
type/new-property
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).
The text was updated successfully, but these errors were encountered: