Next.js: Is there any example for Deploying NextJS 8 serverless on Azure, GCP or AWS?

Created on 18 Mar 2019  路  3Comments  路  Source: vercel/next.js

It would be great help if there would be detailed documentation for deploying NextJS 8 on Azure, GCP or AWS.

Most helpful comment

Next 8 gives the low level API to build a solution for specific platforms, the output has to be wrapped for each platform, which is what the plugin handles automatically.

All 3 comments

But, this example still using the serverless framework. I believe NextJS 8 has its own capabilities to deploying serverless application on AWS or GCP without any external framework.
Correct me if I am wrong.

Next 8 gives the low level API to build a solution for specific platforms, the output has to be wrapped for each platform, which is what the plugin handles automatically.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Knaackee picture Knaackee  路  122Comments

acanimal picture acanimal  路  74Comments

arunoda picture arunoda  路  103Comments

Timer picture Timer  路  87Comments

tomaswitek picture tomaswitek  路  73Comments