Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 751 Bytes

File metadata and controls

33 lines (21 loc) · 751 Bytes

NextJS Serverless App

A solution-stack experiment architecture using NextJS and AWS

Table of Contents

Installation

Clone repo, run locally, add AWS configs and deploy:

git clone https://github.com/EricCatlin/next-lambda.git
cd next-lambda
npm install
npm run dev

Usage

Browse to http://localhost:3000

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.