Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In AWS CodePipeline, a developer is setting up an application deployment with code from a GitHub repository. To ensure unit tests run in the new environment, which steps should be taken with minimal overhead? (Choose two.)
A
Create a CodeCommit project and integrate build/test commands.
B
Create a CodeBuild project and integrate build/test commands.
C
Create a CodeDeploy project and integrate build/test commands.
D
Incorporate build/test commands into the source stage action.
E
Create a new pipeline stage for building and testing with the source as input.