amazon web services - AWS API Gateway won't open up -
i created "hello world" lambda function , deployed end-point using aws's api gateway:
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:
and ...
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
Post a Comment