serverless-serve icon indicating copy to clipboard operation
serverless-serve copied to clipboard

Local lambda HTTP serve plugin for Serverless framework, a.k.a. API Gateway simulator.

Results 7 serverless-serve issues
Sort by recently updated
recently updated
newest added

How do I combine the `sls serve start` command with Nodemon?

Serverless 1.0 changed a lot of APIs. Does this tool still work?

My lambda functions use `process.env` to read variables configured from the environment. They currently crash because functions are not populating this variables correctly. This PR calls the `Runtime.run` function which...

Hi guys, When working with Serverless Serve plug-in, I noticed that when executing context.fail(error), no data gets populated in the error object: {"errorMessage":{}} When running the exact same code from...

In the live AWS environment request parameters are not passed through to the serverless module in the `event` object unless the `requestParameters` and `requestTemplates` options in `s-function.json` are set up...

Under what licence is this code published ? I made a fork. If this project has a proprietary licence, my fork is illegal. Thanks,

Any plan to support python runtime?