Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serverless-alb-lambda

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-alb-lambda

AWS Application Load Balancer and API Gateway - Lambda dev tool for Serverless. Allows Express synthax in handlers. Supports packaging, local invoking and offline real ALB and APG lambda server mocking

  • 1.2.7
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Motivation

Installation

yarn add -D serverless-alb-lambda
# or
npm install -D serverless-alb-lambda

inside your serverless.yml

service: myapp

frameworkVersion: "3"
configValidationMode: error

plugins:
  - serverless-alb-lambda

custom:
  serverless-alb-lambda:
    port: 3000
    watch: true

to trigger the plugin passe alb-lambda into your serverless CLI commande:

sls alb-lambda -s dev

It is also possible to passe port and watch options from the CLI with --port or -p and --watch or -w.

Command line values will overwrite serverless.yml custom values if they are set.

FAQs

Package last updated on 19 Sep 2022

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