Questions
- Implement a Lambda function that takes the movie category as input and returns a list of movies that correspond to that category.
- Implement a Lambda function that takes a movie's title as input and returns all movies that have the keyword in their title.
- Implement a delete button on the web application to delete a movie by calling the
DeleteMovie
Lambda function from API Gateway. - Implement an edit button on the web application to allow the user to update movie attributes.
- Implement a CI/CD workflow with either CircleCI, Jenkins, or CodePipeline to automate the generation and deployment of the API Gateway documentation.