hapi-lambda icon indicating copy to clipboard operation
hapi-lambda copied to clipboard

Deploy Hapi.js API's on Amazon Lambda

Results 5 hapi-lambda issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 5.0.1 Changelog Sourced from minimatch's changelog. change log 9.0...

dependencies

Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 5.2.0 to 10.2.0 Release notes Sourced from...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hello! I think this was added to AWS after this project was released, but in order to support array response (like how Hapi natively responds to `set-cookie`), you need to...

I have upload images to a Hapi 17 route as form data and its always worked fine. I recently migrated the server code to serverless using hapi-lambda and everything has...