amazon web services - AWS API Gateway won't open up -


i created "hello world" lambda function , deployed end-point using aws's api gateway:

config settings

all basic settings sure change security "open" , while told take 15 minutes domain resolve found after 30 getting following response "open" end-point:

 {"message":"missing authentication token"} 

am missing obvious? shouldn't have been available did?


note, pointed out image of put not get. tried both , both came errors. check i've run , put through postman , similar not identical response:

put

and ...

get

when test lambda function in console runs running in api gateway gives me different articulation of same error:

tue sep 29 20:57:43 utc 2015 : execution failed due configuration error: invalid permissions on lambda function

and yet used default permissions console suggested. lambda function basic , can found here: code

i having exact problem today. whatever did didn't work figured out. turns out in order changes take effect, need deploy api.

so first go resources , click on deploy api button. ask deployment stage. once deployed call api without issues.

i know it's been while since posted question, thought might come in handy other people well.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -