Skip to content

Commit

Permalink
Fix AWS Lambda docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
ghemingway authored Jun 18, 2024
1 parent e7a6e31 commit 517a1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Next.js is a popular framework for building full stack applications with React.
Mongoose works out of the box with Next.js.
If you're looking to get started, please use [Next.js' official Mongoose sample app](https://github.com/vercel/next.js/tree/canary/examples/with-mongodb-mongoose).
Furthermore, if you are using Next.js with [Vercel Serverless Functions](https://vercel.com/docs/concepts/functions/serverless-functions), please review [Mongoose's AWS Lambda docs](https://vercel.com/docs/concepts/functions/serverless-functions).
Furthermore, if you are using Next.js with [Vercel Serverless Functions](https://vercel.com/docs/concepts/functions/serverless-functions), please review [Mongoose's AWS Lambda docs](https://mongoosejs.com/docs/lambda.html).

There are a few common issues when working with Next.js that you should be aware of.

Expand Down

0 comments on commit 517a1a1

Please sign in to comment.