Does anybody here read incoming messages from Amaz...
# cfml-general
s
Does anybody here read incoming messages from Amazon SNS subscriptions (e.g. your CF app is the endpoint for one?) We do but we use some old AWS JARs where we call
parseMessage( arguments.javaInputStream )
on the incoming message to validate it. The relevant JAR is like 130 MB and that is all we do with it. I'm trying to determine if the
aws-cfml
library on forgebox can do this and I feel like the answer has got to be 'yes of course' but wonder if anyone else has already been down this rabbit hole or if I just need to put on the 🐰 ears and get to it
this mostly seems to be a matter of parsing a v1 signature ala https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html