next-lambda

0.0.2 • Public • Published

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"
  }
});

Readme

Keywords

Package Sidebar

Install

npm i next-lambda

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

5.14 kB

Total Files

4

Last publish

Collaborators

  • tamagokun