Vercel AWS DynamoDB native integration

This app uses Amazon DynamoDB with Next.js and Vercel (view source).

How does this work?

Movies are fetched from the DynamoDB table when the page loads. It has been seeded with the top 5000 movies from TMDB. When a user votes on a movie, useOptimistic is used to instantly show the new score and updated time.