serverless-kubeless
serverless-kubeless copied to clipboard
Original URL is not preserved
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?
Unfortunately, that's not currently supported. There is no specific support for the serverless-http library.