How to send mock response from AWS API Gateway using Mock Integration?
I currently use a lambda that returns a mock response one out of ten times. It is integrated with AWS API gateway. The lambda implementation is as below:
How to send mock response from AWS API Gatway using Mock Integration?
I currently use a lambda that returns a mock response one out of ten times. It is integrated with AWS API gateway. The lambda implementation is as below:
How can the timeout duration for API Gateway be extended when interfacing with Lambda?
I’m currently facing a challenge with the integration between API Gateway and Lambda. Specifically, when API Gateway triggers the Lambda function, the process takes about 40-50 seconds to complete. However, I need this process to run longer, ideally around 2-3 minutes.