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

next-lambda

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-lambda

Serve next.js apps with AWS lambda

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

next-lambda

Serve next.js apps with AWS lambda

Based on @now/now-node-Bridge

Set target: "serverless" and deploy.

Usage:

const nextLambda = require("net-lambda");

module.exports = nextLambda({
  routes: {
    "/": "/index",
    "/blog/:name": "/blog"
  }
});

Keywords

next

FAQs

Package last updated on 09 Feb 2019

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