Question 403:
You are planning to build a serverless application with microservices using AWS Code Build. This application will be using AWS Lambda. How will you specify AWS SAM CLI & Application package within the build spec file of an AWS CodeBuild?
Answer options:
A.Use aws-sam-cli in the install phase & sam package in the build phase of the BuildSpec file. B.Use aws-sam-cli in the pre-build phase & sam package in the post_build phase of the BuildSpec file. C.Use aws-sam-cli in the install phase & sam package in the pre_build phase of the BuildSpec file. D.Use aws-sam-cli in the pre-build phase & sam package in the install phase of the BuildSpec file.