I created the lambda function "hello world" and then deployed it to the endpoint using the AWS API gateway :

All the settings are very simple, but I was sure that you would change the security to βopenβ, and while I was told that it could take 15 minutes to resolve the domain, I found that even after 30 I received the following response from the βopenβ final points:
{"message":"Missing Authentication Token"}
Am I missing something obvious? Wasn't it accessible with what I did?
Please note that it was pointed out that this image has a PUT, not a GET. I tried both and both returned to errors. Just to verify that I ran GET and PUT through Postman and got a similar but not identical answer:

and then get ...

When I test the lambda function in the console, it starts successfully, but runs it in the Gateway API, this gives me another junction of the same error:
Tue Sep 29 20:57:43 UTC 2015: Execution failed due to a configuration error: Invalid permissions for lambda function
and yet I used the default permissions offered by the console. The lambda function itself is very simple and is located here: code
amazon-web-services aws-api-gateway
ken
source share