This project came from phase 2 of the learn to cloud guide. The goal is to create an API with serverless functions that display movie information.
I wrote some notes on issues observed and anything else here in this doc.
- Creating cloud infrastructure as code (NoSQL database, storage solution and serverless function)
- Preparing the movie data uploading it in the database and storage solution
- Creating serverless functions to query all movie data and another function for movies per year provided by the client
All movie data can be viewed here. You need to use the release years shown in the data to search by year using the next link.
Movies per year can be viewed here. You can pass different release years such as 1999 or 2016.