serverless-localtunnel
v0.0.16
Published
Runs a localtunnel in your Serverless build process
Downloads
7
Maintainers
Readme
Serverless Localtunnel
Runs a localtunnel in your Serverless build process
Usage
serverless.yml config
plugins:
# - serverless-webpack
# - serverless-client-s3
# - serverless-dynamodb-local
- serverless-offline
- serverless-localtunnel
You are required to run serverless-offline before serverless-localtunnel. You have to have serverless-offline enabled to run this plugin.
Single Tunnel
custom:
localtunnel:
subdomain: mysubdomain
port: 8080
Multi tunnel
Ex: Frontend & backend
custom:
localtunnel:
- subdomain: mysubdomainbackend
port: 8080
- subdomain: mysubdomainfrontend
port: 3000
Contributing
Yes, thank you! Try to follow Airbnb's JavaScript Style Guide.
License
MIT