Michael Mattioli

Results 3 comments of Michael Mattioli

Here's my quick and dirty solution based on the [documentation Amazon provides](https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html); it requires [M2Crypto](https://pypi.org/project/M2Crypto/) and [Requests](https://pypi.org/project/requests/). `sns_payload` is the payload that SNS posts to an HTTP/s endpoint parsed in...

@hinnerk when you say "the code above" are you referring to [aws-sns-message-validator](https://github.com/wlwg/aws-sns-message-validator) or the code in my comment?