I am trying to use the Mock integration to just "echo" back me the JSON body that I sent. However, I just can't get it to work. I can return any arbitrary JSON body from my "POST - Integration Response", but the request JSON is never found via $input.json('$')
. I have been able to successfully echo back any query parameters.
My API has a single "/" path and a single method defined (POST). The exported yaml is here .
Any idea as to what may be going on?