A serverless application is using AWS Step Functions to process data and save it to a database. The application needs to validate some data with an external service before saving the data. The application will call the external service from an AWS Lambda function, and the external service will take a few hours to validate the data. The external service will respond to a webhook when the validation is complete. A developer needs to pause the Step Functions workflow and wait for the response from the external service. What should the developer do to meet this requirement? A. Use the .wait ForTaskToken option in the Lambda function task state. Pass the token in the body. B. Use the .waitForTaskToken option in the Lambda function task state. Pass the invocation request. C. Call the Lambda function in synchronous mode. Wait for the external service to complete the processing. D. Call the Lambda function in asynchronous mode. Use the Wait state until the external service completes the processing.  Suggested Answer: D Community Answer: A This question is in DVA-C01 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer