Questions
- Write a unit test for the
UpdateMovieLambda function. - Write a unit test for the
DeleteMovieLambda function. - Modify the
Jenkinsfileprovided in previous chapters to include the execution of automated unit tests. - Modify the
buildspec.ymldefinition file to include the execution of unit tests, before pushing the deployment package to S3 using AWS CodeBuild. - Write a SAM template file for each Lambda function implemented in previous chapters.