Using NextJS On Demand Revalidation on AWS Amplify – Amazon web services
We have built a NextJS website that is running on AWS Amplify, we are currently using getStaticProps in order to render the pages, and we generate them using getStaticPaths. We would like to use on-demand revalidation in order to refresh…