/next-serverless-typescript

Serverless SSR with Next.js, Typescript and AWS Lambda

Primary LanguageTypeScriptMIT LicenseMIT

Make a pull request Open Source

Your best friend for bulding SSR application with next.js

Features

Getting started

Locally
yarn install                              // install dependencies
yarn dev                                  // run application locally
yarn build                                // build the app
yarn test                                 // run unit tests
Serverless
serverless invoke local -f app            // test AWS lambda function locally
serverless offline | yarn offline         // emulate AWS lambda with API Gateway locally
AWS
yarn deploy                               // deploy to AWS