#isstiaung-webhook-lambda
1 messages · Page 1 of 1 (latest)
@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
see https://github.com/stripe/stripe-node/issues/341 which has numerous solutions (all dependent on your integration/framework version/etc.)
Thanks for getting back quickly! Appreciate it. Let me try out some of them and get back
YAY congrats, this can be so hard to debug, I'm glad you're unblocked