Questions
- Write a unit test for the
UpdateMovie
Lambda function. - Write a unit test for the
DeleteMovie
Lambda function. - Modify the
Jenkinsfile
provided in previous chapters to include the execution of automated unit tests. - Modify the
buildspec.yml
definition 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.