Deploy a Next.js application using Serverless Containers and Serverless SQL Databases
April 9, 2024 ยท View on GitHub
This repository contains the source code for this tutorial: Deploy a Next.js application using Serverless Containers and Serverless SQL Databases
Requirements
This tutorial assumes that you have basic knowledge of:
- Terminals and Command Line Interfaces (CLI)
- Docker for building and pushing container images
- Node.js for importing and manipulating packages
- Terraform (optional)
Context
This tutorial will allow you to deploy a fully serverless Next.js application using Scaleway's Serverless Containers and Serverless SQL Databases in a few minutes.
Disclaimer
The application used for the purpose of this tutorial is the starter-blog example available in the public Next.js repository.
Refer to the Vercel licence for more information.