Johan Svanborg
Johan Svanborg
Are you using a proxy integration? https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-as-simple-proxy-for-http.html If so, I did a pull-request that has been merged where you can specify the proxy path. This should work for custom domains...
In my fork I solved this by creating a new property called "parsedBody". That way we don't break the AWS APIGatewayProxyEvent defined body type which is a string or null....
I would need this functionality as-well, is this a massive feature request or something that can be done in a PR?
Just a note for other developers that cannot find the project picker in the statusbar. Just hit cmd + shift + p , search for "OmniSharp: Select Project". For me...