#isstiaung-webhook-lambda

1 messages · Page 1 of 1 (latest)

radiant stirrup
#

@odd loom doing webhook signature can be quite tricky in node/Express and quite tricky on AWS Lambda for separate reasons.
Unfortunately, the combination of the two will make it quite hard 😅

But to summarize: the vast majority of issues are due to not having the raw body in your code and your framework changing/tampering with the raw body

odd loom
#

Thanks for getting back quickly! Appreciate it. Let me try out some of them and get back

odd loom
#

Figured it out!

#

I was using the wrong signing key

radiant stirrup
#

YAY congrats, this can be so hard to debug, I'm glad you're unblocked