Layer7 API Management

 View Only

Re: AWS SNS Integration with API Gateway

  • 1.  Re: AWS SNS Integration with API Gateway

    Posted Dec 16, 2020 02:44 PM
    Edited by Prem Dec 16, 2020 02:45 PM
    Hello All,

    Have anyone tried AWS SNS integration with API Gateway?

    We are getting POST request from AWS SNS and tying to perform below steps

    Verifying the signatures of Amazon SNS messages
    Amazon remove preview
    Verifying the signatures of Amazon SNS messages
    You should verify the authenticity of a notification, subscription confirmation, or unsubscribe confirmation message sent by Amazon SNS. Using information contained in the Amazon SNS message, your endpoint can recreate the string to sign and the signature so that you can verify the contents of the message by matching the signature you recreated from the message contents with the signature that Amazon SNS sent with the message.
    View this on Amazon >


    Thanks!