Questions
- Implement an
updatehandler to update an existing movie item. - Create a new PUT method in API Gateway to trigger the
updateLambda function. - Implement a single Lambda function to handle all type of events (GET, POST, DELETE, PUT).
- Update the
findOnehandler to return a proper response code for a valid request but an empty data (for example, no movie for the ID requested). - Implement a pagination system on the
findAllendpoint using aRangeheader and using aQuerystring.