API Gateway integration response mapping: parse statusCode and body from Step Function output – Amazon web services
I want to parse 'statusCode' and 'body' values from API Gateway integration response using VTL and return those as a method response like this: Request status: 201 Response body: {"firstName":"He","lastName":"Man","email":"[email protected]"} My API Gateway Step Function integration is returning the following…