Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

serverless-localtunnel

Package Overview
Dependencies
Maintainers
1
Versions
19
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

latest
Source
npmnpm
Version
0.0.20
Version published
Weekly downloads
5
-84.37%
Maintainers
1
Weekly downloads
 
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

localtunnel

FAQs

Package last updated on 11 Oct 2025

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