claudia-local-api
claudia-local-api copied to clipboard
Command line utility to launch Express local API for claudia-api-builder. Test drive your lambda functions before deployment (https://www.npmjs.com/package/claudia-local-api)
**Steps to reproduce** 1. Create a simple Claudia API with Claudia API Builder. 2. Include a route that handles a POST request. 3. Start the API with ` claudia-local-api --api-module...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
The goal of this PR is to get a little closer to being in-spec with the ClaudiaJS documentations surrounding the `body` and `rawBody` functionality. Specifically, I noticed that if I...
Snyk has created this PR to upgrade express from 4.17.1 to 4.17.2.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Snyk has created this PR to upgrade body-parser from 1.19.0 to 1.19.1.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Is it possibile to have the requestUUID inside the request object passed to the api?
if the app.js claudia module uses the function api.any the server return 500 error. If I switch .any with .get everythings works fine
How can I execute claudia-local-api with node inspect parameter?