How do I integrate an AWS service by using API Gateway as a proxy?

preview_player
Показать описание
Akansha shows you how to integrate an AWS service by using API Gateway as a proxy.
Рекомендации по теме
Комментарии
Автор

If the HTTP method used for integration is POST then sending topic ARN and corresponding message as query string parameter seems bit odd. Cant we use request body in request integration and then map it to header parameters when passing it to SNS?.

Sunny
Автор

Hi Team,

Great explanation.
really helped me in the part which I was stuck for 2 days.
have one minor query : its mentioned to passed topicArn and message as Query parameters for the API. Provided the API will be used via Thirdparty, is it good that we expose the topicArn of SNS to them, I was hoping if we can hardcode the topicArn somewhere for each API connecting to the SNS.
This example explains in general connection to AWS services, but any help how the topicArn can be fixed in API Gateway integration request?

Nox
Автор

Really poor considering the standards of aws or amazon lectures..

pr
Автор

Can someone please explain why proxy is setup? What’s its use?

usmanzubair
Автор

how to use other aws services, like Cognito IDP etc instant of selecting SNS?

Balaji-cizw