aws-samples / amazon-cognito-developer-authentication-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connecting With API GateWay

somebodyoncetoldme207 opened this issue · comments

HI
I've been trying to connect to endpointurl /registeruser by using an AWS Gateway API.

i set my query string in AWS Gateway API
and my request looks like this endpointurl/registeruser/?username=newuser&password=newuser

The request works if i paste the url into a browser but when I test it with AWS Gateway API it responds with the error screen.
Is there something im missing with aws gateway api?
some sort of certificate that i am missing?