# Using Next.js ISR with Serverless Cloud

DevFeed: [Using Next.js ISR with Serverless Cloud](<https://devfeed.tech/articles/using-next-js-isr-with-serverless-cloud-14461.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/using-next-js-isr-with-serverless-cloud>)

Author: Russ Schick

Published: 2022-04-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

## AI overview

A tutorial introducing Next.js Incremental Static Regeneration (ISR) and explaining how to enable it in Serverless Cloud Next.js applications.

## Source excerpt

In this article I'll introduce you to an amazing feature of Next.js called Incremental Static Regeneration (ISR) and show you how to enable it in your Serverless Cloud Next.js applications.