New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-localtunnel

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-localtunnel

Runs a localtunnel in your Serverless build process

  • 0.0.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 05 Sep 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc