You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a slash into the path doesn't appear to work. I also considered trying to created multiple modofun routers so I could have a master router with just routes for abc and xyz and then have 'sub' routers for each of the three routes within abc and xyz. However, afaics that's not going to work because modofun expects the incoming thing to look like a request from AWS etc.
Is there any other way of achieving this?
(this is a really useful library btw, I've used it in loads of serverless projects over the years, thank you!)
The text was updated successfully, but these errors were encountered:
My routes currently look something like this:
but I'd like the paths to look like this:
Adding a slash into the path doesn't appear to work. I also considered trying to created multiple modofun routers so I could have a master router with just routes for
abc
andxyz
and then have 'sub' routers for each of the three routes within abc and xyz. However, afaics that's not going to work because modofun expects the incoming thing to look like a request from AWS etc.Is there any other way of achieving this?
(this is a really useful library btw, I've used it in loads of serverless projects over the years, thank you!)
The text was updated successfully, but these errors were encountered: