Serverless playground with TypeScript and Next.js
This app was bootstrapped with my own TypeScript NextJS EmotionJS starter kit.
$ git clone git@github.com:lilybarrett/typescript-nextjs-starter.git
$ yarn install
$ yarn build
$ yarn dev
// navigate to localhost:3000 to see "Hello Boo"
While I've added in TypeScript and Next.js, the current code otherwise closely follows Nik Graf's tutorial, "Develop a Serverless Backend using Node.js on AWS Lambda," available on Egghead.io.