1.1.0 • Published 5 years ago

serverless-bespoken v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Bespoken Serverless Plugin

serverless

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.