I am trying to call a Lambda Function through AWS API Gateway. When I mention Authentication type NONE it works fine but API become public and anyone with url can access my
Make sure you create Resource and then create method inside it. That was the issue for me. Thanks