Richard W. White

Results 5 issues of Richard W. White

I have a route that either sends data gathered from a database or an image depending on an extension passed to the route: ``` /api/states/ma/cities/lenox returns JSON data about Lenox,...

I just started using License Checker and passport is the only package that is currently failing due to the older version of pause that you are using. The latest version...

I'm using jest to unit test my project. I'm mocking the event and context and importing my handler which imports lambda-api. When certain tests fail, the lambda-api logger is looking...

Is it possible to cleanup or simplify the output from the logger when in development or running from serverless-offline? The JSON is basically unreadable in a command window. Here is...

Logger is not handling missing context... https://github.com/jeremydaly/lambda-api/issues/260