I am trying to create a lambda service on AWS and have it accessed from outside via the API gateway with no authentication or restriction required.
To make things ea
I had a similar problem, and I had the following:
I also didn't set any Authorization nor restrictions to make things simple.
I was able to fix the problem by adding Base Path Mappings for each of my stages (dev, staging, prod).