Skip to content

GinIsTheAnswer/nextjs-test

Repository files navigation

Running the npx sst deploy command results in the following error:

NowBuildError: Unable to find lambda for route: /[parent_md5]/[child_md5]

How to create a Next.js app

An example full-stack serverless Next.js app created with SST.

Getting Started

Read the tutorial

Install the example.

$ npx create-sst@latest --template=examples/nextjs-app
# Or with Yarn
$ yarn create sst --template=examples/nextjs-app

Commands

npm run start

Starts the Live Lambda Development environment.

npm run build

Build your app and synthesize your stacks.

npm run deploy [stack]

Deploy all your stacks to AWS. Or optionally deploy, a specific stack.

npm run remove [stack]

Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.

npm run test

Runs your tests using Jest. Takes all the Jest CLI options.

Documentation

Learn more about the SST.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors