Google Pub/Sub vs Amazon EventBridge - which to choose?

We’ve used gcp pub/sub previously and it was great. I’m not sure what your pull system would look like.

I’d question the benefits of doing pub/sub system → sqs → pull integration, over just a regular HTTP webhook. i.e, does the complexity actually make things ‘less’ reliable? (probably not!).

I’d be interested in hearing a bit more about the motivation for migrating from http → pub/sub/event bus