Hi I am trying to access my lambda using my computer's local IP address but am repeatedly getting a Connection refused
error.
However if I use:
http://127.0.0.1:3000/my-path
the endpoint works fine.
Would anyone have any suggestions for what might be the problem?
Thanks!