I think I know the issue. `awsx.apigateway` is app...
# aws
g
I think I know the issue.
awsx.apigateway
is appending a
{proxy+}
route to all created paths, so it is duplicating paths. I see this happening no matter the integration type i select for my path/route. Any way to specify a route and match exactly the path without creating a
{proxy+}
sub-resource?