
Ultimate access to all questions.
A company's serverless application, which uses AWS Step Functions and Lambda for processing business reports, is facing timeout issues due to large or complex files. The UI team requires an immediate API response for user notifications while processing. What configuration change should be made to the API Gateway to meet these requirements?
A
Add an X-Amz-Invocation-Type header with 'Event' to the integration request and redeploy the API stage.
B
Configure the Lambda function's event maximum age for asynchronous execution.
C
Sync the API Gateway timeout with the Lambda function's timeout and redeploy the API stage.
D
The exact configuration change for the API Gateway to provide immediate responses is not explicitly stated in the question.