question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to trigger AWS lambda with webhook

See original GitHub issue

We are having an issue triggering our AWS lambda using the Coinbase commerce webhook.

What we tried: Set up Coinbase webhook to trigger AWS lambda function with API Gateway.

What happened: Lambda not triggered. And we received this error message:

Hostname xxxxxx.execute-api.us-east-1.amazonaws.com resolved to a private, loopback, or otherwise reserved IP

What should happen: Our lambda function should execute when webhook is fired.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
olfalcommented, Dec 20, 2021

Solved it by using a custom domain for my Lambda in AWS API Gateway.

0reactions
Pranav2509commented, May 4, 2022

Hey! we are also facing the same issue. How did you solve it? I added a custom domain to my API Gateway, but still coinbase gives the same error.

Hostname xxxxxx.execute-api.us-east-1.amazonaws.com resolved to a private, loopback, or otherwise reserved IP

Thank you for your help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Receiving events using AWS Lambda function URLs
Under Inbound webhooks using Lambda fURLs, choose Get started. Under Stripe, choose Set up. Under Step 1: Select and event bus, select an...
Read more >
Lambda Function is not getting Trigger by Webhook
I have created a lambda function and added an API gateway. I have copy-pasted the endpoint in the webhook, but for some reason...
Read more >
Trigger an AWS lambda function by a 3rd party webhook ...
I am thinking of using AWS lambda. Can anyone give me some guidelines how to trigger the AWS lambda function receiving the webhook,...
Read more >
Linking webhook to AWS lambda - monday Community Forum
I want to link AWS lambda to Monday.com webhook. i am beginner so any help would be useful thanks! current codes (python3.7) import...
Read more >
Build a Github webhook handler with Serverless & AWS Lambda
Let's get started! Before you start. To complete this tutorial, you'll need: The Serverless Framework installed with an AWS account set up; ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found