🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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
Package was removed
Sorry, it seems this package was removed from the registry

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