serverless-local-dev-server
serverless-local-dev-server copied to clipboard
A simple Serverless 1.x plugin that speeds up development of Alexa Skills, Chatbots and APIs.
This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...
When running with version 1.33 and over the serverless process exits killing the local server. This means the express instance is stopped and nothing is bound to the port. Must...
Hello again, Have you thought about supporting cookies? The lambda I'm developing interacts with the cookie header. I'll also create a PR for this if you're interested? Thanks, /t
Hello again, Have you thought about providing HTTPS support? I got a crude version working by adding this code into `Server.js`... ``` const https = require('https'); const fs = require('fs');...