serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Original URL is not preserved #184

Open ewrogers opened 5 years ago

ewrogers commented 5 years ago

When trying to use the serverless-http library with any type of routing, it's pretty much impossible due to the event.extensions.request.originalUrl always being /.

Is it not possible for the Kubeless platform to pass through the url which matched the serverless.yaml function?

andresmgot commented 5 years ago

Unfortunately, that's not currently supported. There is no specific support for the serverless-http library.