Is it possible to setup an eventbridge rule to push events to an SQS queue all with serverless?
It appears we can create this functionality directly in AWS. I.e. create an eventbus and rule and the rule connects to a SQS (or lambda).
With serverless it looks like I can create the SQS Queue in Resources, but cannot seem to connect an event bus/rule to it.