You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the guidelines I created an HTTP endpoint via API Gateway. The url I use is highlighted next to the text Invoke URL. When opened in the browser it displays the following:
{"message":"Missing Authentication Token"}
When used in the web app (simple index.html from the tutorial), nothing happens.
The text was updated successfully, but these errors were encountered:
I have experienced an issue similar to yours in the past. This happened for two reasons however the most common is not including the resource in the URL.
Incase this does not work, then the reason may be:
The API request isn't signed when the API method has AWS Identity and Access Management (IAM) authentication turned on.
According to the guidelines I created an HTTP endpoint via API Gateway. The url I use is highlighted next to the text Invoke URL. When opened in the browser it displays the following:
{"message":"Missing Authentication Token"}
When used in the web app (simple index.html from the tutorial), nothing happens.
The text was updated successfully, but these errors were encountered: