Description
4.3.10 is breaking ALL our services. It is a patch version and we they are updated automatically. Why is this change not a major version bump? It might have fixed an "issue". But if the issue is how everyone have setup their existing routes then fixing this is a breaking change.
It might "error out with 404" if you are setting up a new service. But for everyone else using this library. And have routes that works. This will totally mess it up.
In my event handler I have staff/admin/{proxy+}
and in my serverless-express server I have a route that simply matches on for example /list
. That works great in 4.3.9 or below. That is how everyone have managed until now. It will match the path staff/admin/list
. Great.
It might "error out with 404" if you make your route like /staff/admin/list
. But you have to think about existing users. We are using 4.3.9 as it is. Changing this "issue" (I like it better if I can just route on the proxy part alone so it is not an improvement for me) breaks it for everyone using proxy on 4.3.9.
@selvendranayyaswamy
@selvendran.ayyaswamy