I want to create a AWS api endpoint which will be publicly available over the internet in/out of VPC. After hitting the api endpoint it will go first through the authorizers and will check whether to allow or deny the request.
I selected the endpoint type = "regional", but i am unable to access the endpoint its showing forbidden error. I have added it to the usage plans also and added the required apikey. I have set the authorization to CUSTOM.I have created one authorizer that will return allow or deny.