Skip to main content
Feedback

Lambda Function Input (JSON Specs) For Sidecar Postprocess POST Request Call

The following section is not an extensive list of all feasible scenarios but one is provided for reference that must be constructed by API Management Sidecar as JSON input to Lambda Function.

Scenario 1

{
"synchronicity": "Event",
"point": "PostProcessor",
{
"response": {
"code": 201,
"headers": {
"header_b": "Value_B"
}
}
}
}
On this Page