Search code examples
amazon-web-servicesaws-api-gatewayamazon-sns

Can an SNS trigger an API gateway? If yes, then how can the API gateway subscribe to the SNS?


I need to create an API gateway to consume messages from an SNS. I see that there are some questions on the same, like this, which hasn't been answered directly.

The main issue I face is : How to make the API gateway subscribe to the SNS?


Solution

  • SNS supports HTTP/HTTPS endpoint subscriptions. So I don't see a reason why you could not subscribe API gateway https endpoint to SNS this way.