New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@fun-stack/lambda-server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fun-stack/lambda-server

Run AWS lambdas locally with a HTTP/WS Server

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

lambda-server

Run AWS lambdas locally with a HTTP/WS Server

Install

npm install --global @fun-stack/lambda-server

Usage

lambda-server <http|ws> <js-file-name> <export-name> [<port>] [-- ...]

Development

sbt ~lambdaServer/fastOptJS/webpack
node lambda-server/target/scala-2.13/scalajs-bundler/main/lambda-server.js ws <path-to-js> handlerWebsocket 8080

# or, with file watching:
echo lambda-server/target/scala-2.13/scalajs-bundler/main/lambda-server.js | entr -cnr node --enable-source-maps lambda-server/target/scala-2.13/scalajs-bundler/main/lambda-server.js ws <path-to-js> handlerWebsocket 8080

Release

cd npm
mkdir -p .git # trick npm into thinking this is a git root
npm version patch
git push 
git push --tags

FAQs

Package last updated on 10 Mar 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