Skip to content

ripeworks/next-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

next-lambda

Serve next.js apps with AWS lambda

Based on @now/now-node-Bridge

Set target: "serverless" and deploy.

Usage:

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

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

About

Serve next.js apps with AWS lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published