Question 225:
A team is building up microservices using several Lambda functions. The team consulted you on how to build a pipeline for the project. The requirement is that the pipeline uses AWS CodePipeline which can continuously build the Lambda code and deploy the applications in AWS whenever there is a new Git commit by a team member. In AWS CodePipeline, which combinations of services are valid for this scenario? (Select TWO.)
Answer options:
A.Source stage (CodeCommit), Build stage (CodeBuild), Deployment stage (CloudFormation) B.Source stage (GitHub), Build stage (Jenkins), Deployment stage (Code Commit) C.Source stage (Bitbucket), Build stage (CodeBuild), Deployment stage (Amazon ECS) D.Source stage (Github), Build stage (Jenkins), Deployment stage (CodeDeploy) E.Source stage (CodeCommit), Build stage (Travis CI), Deployment stage (CloudFormation)