Gabriel Moreira
Results
22
comments of
Gabriel Moreira
@liuq, Thank you. It can be really usefull. I'm think about syntax alternatives before commiting. your proposal: ``` new Route({ path: 'problem/:problemClass/*mySubPath', ... }); ``` alternative: ``` new Route({ path:...
@florianbepunkt , First, it's important to you to know that we run our code on AWS Lambda, so it only process one request at a time in the same lambda...