I am trying to find the solution to this error fro...
# guide
s
I am trying to find the solution to this error from google but unfortunately could not. Please help.
r
It’s because you have two different routes
/{var1}
/{var2}
When a request comes in like
/someval
API Gateway can’t determine which one to use
s
@Ross Coundon Thanks for the help.