A CodePipeline stage has two parallel actions, A and B. Action C in the next stage depends on output from both. How does CodePipeline handle this dependency?
-
A
Action C runs only after Action A by default, ignoring Action B
-
B
Action C must be configured with a manual approval to wait
-
C
Action C must poll S3 until both artifact ZIPs appear
-
D
Action C automatically receives combined artifacts once both actions complete