Socket
Socket
Sign inDemoInstall

serverless-localtunnel

Package Overview
Dependencies
62
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    serverless-localtunnel

Runs a localtunnel in your Serverless build process


Version published
Weekly downloads
16
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Serverless Localtunnel

serverless npm PRs Welcome

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

Keywords

FAQs

Last updated on 05 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc