1.1.0 • Published 7 years ago
serverless-bespoken v1.1.0
Bespoken Serverless Plugin
A serverless plugin using bespoken proxy to test your work without deploying.
Install
npm install serverless-plugin-bespoken --save-devAdd the plugin to your serverless.yml file:
plugins:
- serverless-plugin-bespokenYou're set! The plugin will run by using sls proxy.
Works also with serverless-offline.
Now you can use the generated url and access directly to your local server.