sladg / nextjs-lambda

Lambda deployments for Nextjs12 & Nextjs13 (standalone). Easy CLI commands to get your standalone Next output to run in AWS Lambda (not @Edge)! Uses CDK in behind and produces code zips importable to Terraform, Serverless, Azure, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FR] Implement ISR

pinarruiz opened this issue · comments

I have seen ISR is on the way, is there any ETA on when it will be implemented?

commented

Heya! I put it on side without ETA. Ultimately, i would need example project implementing it extensively so I can try it out :)

Would you like me to prepare a sample project with ISR so it can be tested?

commented

@pinarruiz yeah! if you have some project on hand we could use for testing and debugging, that would be perfect!

I have uploaded https://github.com/pinarruiz/nextjs-isr-test-project and invited you as a collaborator, the project will create n amount of random entries and revalidate every 10 seconds.

commented

@pinarruiz quick followup. The way to implement ISR nowadays is going with incrementalCacheHandlerPath. I'm trying to document these over here: https://github.com/sladg/doc-next-lambda.