Logan Raarup

Results 12 comments of Logan Raarup

I haven't seen the query string parameters showing up in `path` before. Do you know when this happens?

This should have been fixed by #87. Just tested and the example worked fine for both v1 and v2 APIGW requests. Please reopen if the problem persists.

I haven't tried Serverless Enterprise. Is there a way to test and replicate this for free?

I'm hoping to look into this very soon, will give it a try on Enterprise

@mikealche Run `sls wsgi install` before `sls offline`

Hi @MattiasDC, Yeah, I've not tested on Azure personally - on AWS, the package root is `PYTHONPATH`, so it's not importing from a relative path and there's no issue. Did...

Yeah, I still haven't gotten around to dig into those Serverless Enterprise issues. Have you managed to get around #124, since you're now getting this new issue?

Sorry, I missed this issue - would definitely accept a PR

Thanks for the PR. Originally these files (`serverless_rack.rb` and `rack_adapter.rb`) only made sense in the context of deployment, which is why they were being cleaned up. With `sls invoke` and...

Thanks, sounds good. Regarding the change in default, my opinion is that users should be made aware that they'll need to add the generated files to their `.gitignore`. Preferably both...