I'm trying to use webhooks in Honeycode to trigger AWS Lambda functions, but unfortunately the function always triggers a second time after around one minute.
I tried function-URL and API Gateway, same result. When I trigger it with Postman, it only triggers once. When I send the webhook to a test website, I only receive one webhook.
But when i send the webhook to AWS Lambda, it triggers twice. This already happend with multiple functions I use.
Does anyone know how to solve this?
It looks like there was a similar issue in this post Webhooks Retry Logic. The webhook block retries an operation in case it doesn't see a response in under 1 second. If the solution in this post does not resolve the issue, please let us know by submitting an issue report to through the help menu.