Skip to main content

All Questions

0 votes
0 answers
100 views

WhatsApp webhook developed with AWS Lambda works well locally, but occasionally doesn't work online on AWS

I've developed a WhatsApp webhook using AWS Lambda function in Typescript. When I test locally, everything works fine. When I deploy the application, everything works fine as soon as the deployment is ...
geraud's user avatar
  • 1
0 votes
0 answers
252 views

The URL couldn't be validated. Response does not match challenge, expected value="802376652", received="null"

When I am trying to configure meta webhook using AWS API as callback URL for my lambda function, I am getting an error: The URL couldn't be validated. Response does not match challenge, expected value=...
Amit Chandra's user avatar
2 votes
2 answers
2k views

How to validate payload for facebook whatsapp webhook in AWS Lambda?

I am trying to validate facebook's webhook payload using the instruction they have given in their developer docs. The signature I am generating (expectedHash) is not matching the signature that I am ...
Rishabh Tyagi's user avatar