🔥 3-day streak
AWS Certified DevOps Engineer - Professional105 / 204
Question 105 of 204
A DevOps team uses AWS CodePipeline to deploy a serverless application. Between the build and deploy stages, they add a CodePipeline Lambda invoke action that triggers an external load-testing service via its REST API. The load test typically takes 15-20 minutes to complete, well beyond a single Lambda invocation's practical duration. The team notices the pipeline stage is marked as 'Failed' almost immediately, even when the load test itself later passes. How should the Lambda function be designed so the pipeline correctly waits for and reflects the external load test result?
Reviewed for accuracy · Report an issueNext question