A team wants to run integration tests in AWS CodePipeline only after unit tests pass, and in parallel with security scans. Which pipeline configuration achieves this?
-
A
Use sequential stages where unit tests, integration tests, and security scans each run one after another
-
B
Use a single stage with multiple action groups: unit tests in group 1, integration tests and security scans in group 2
-
C
Use Lambda functions to trigger each test type independently outside of CodePipeline
-
D
Configure separate pipelines for each test type and use SNS to coordinate them