Topic 1 Question 75
A developer is writing unit tests for a new application that will be deployed on AWS. The developer wants to validate all pull requests with unit tests and merge the code with the main branch only when all tests pass.
The developer stores the code in AWS CodeCommit and sets up AWS CodeBuild to run the unit tests. The developer creates an AWS Lambda function to start the CodeBuild task. The developer needs to identify the CodeCommit events in an Amazon EventBridge event that can invoke the Lambda function when a pull request is created or updated.
Which CodeCommit event will meet these requirements?
ユーザの投票
コメント(6)
- 正解だと思う選択肢: D
"detail": { "event": ["pullRequestCreated", "pullRequestSourceBranchUpdated"]
👍 3Fyssy2023/04/19 It' s C. Any of the events mentioned on D exist. https://docs.aws.amazon.com/codecommit/latest/userguide/monitoring-events.html#pullRequestSourceBranchUpdated
👍 2zodraz2023/05/08- 正解だと思う選択肢: C
It' s C. Any of the events mentioned on D exist. https://docs.aws.amazon.com/codecommit/latest/userguide/monitoring-events.html#pullRequestSourceBranchUpdated
👍 2zodraz2023/05/08
シャッフルモード



