amazon-archives / aws-developer-workshop

This is a self paced workshop to get started on Serverless or Container development using AWS Developer Tools.
Apache License 2.0
9 stars 4 forks source link

Getting error from add api {"message":"Missing Authentication Token"} #11

Closed HareshChhelana closed 6 years ago

HareshChhelana commented 6 years ago

When I try to hit API: https://tmf9hr2hu4.execute-api.us-east-1.amazonaws.com/Prod/add/1/2

Getting error from API {"message":"Missing Authentication Token"}

anshrma commented 6 years ago

Hi - This is usually because of incorrect query string parameters. Please paste your template.yaml if you are still receiving this.

HareshChhelana commented 6 years ago

I have resolve error. forgot to replace path with add as : /path/{x}/{y} to /add/{x}/{y}.