ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

232 / 500

Question 232:

You have created an AWS CodePipeline which builds and deploys an AWS Step Function. The AWS Step Function is used to implement a state machine to query many records in DynamoDB. Now your lead asks you to add another test stage in the existing pipeline to do testing on the Step Function after a new version is deployed. In the new stage, which of the following options is the easiest to trigger the Step Function for the test?

Answer options:

A.Add a CloudWatch Event rule as the action provider in the new stage. Configure the Step Function as the target of the Event rule.
B.Use a Lambda function to trigger the Step Function to do the testing.
C.Add a Jenkins job to invoke the Step Function to perform any testing needed.
D.Configure an API endpoint in API Gateway that calls StartExecution to start the state machine of the Step Function.