serverless-bespoken
v1.1.0
Published
Serverless plugin to tunnel Lambda requests using Bespoken
Downloads
8
Readme
Bespoken Serverless Plugin
A serverless plugin using bespoken proxy to test your work without deploying.
Install
npm install serverless-plugin-bespoken --save-dev
Add the plugin to your serverless.yml
file:
plugins:
- serverless-plugin-bespoken
You'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.