Integrate an API with lambda - Part 5
In this part of the blog we will cover the section Integration Response in detail.
This is where we configuration how the response needs to be mapped. On clicking the details we get a similar screen
This is where we configuration how the response needs to be mapped. On clicking the details we get a similar screen
In here we could add multiple integration responses. This is a very important section for output error code mapping. If we intend to capture some keyword coming from backend we can use regex expression to filter response and handle the conversion. For example, we could expression .*exception*. to filter responses which has exception occurring any where and map it to error code like 500. Below screenshots shows the steps involved in achieving this.