You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For "$util.escapeJavaScript($input.body)" in my template, I get "{\n\t\"foo\": \"bar\"\n}" from aws and nothing from serverless-offline, with the appropriate body.
Actually, it wipes everything out after it in the requestTemplate, so all I get back is {"isOffline": true}
Should mention that I am on serverless 0.5.6 and offline 2.8.0
The text was updated successfully, but these errors were encountered:
Hi @jscheel , I'm sorry to say that serverless-offline v2 is not maintained anymore. If you submit a PR on te serverless 0.5 branch, I'll bump the v2 for you.
For
"$util.escapeJavaScript($input.body)"
in my template, I get"{\n\t\"foo\": \"bar\"\n}"
from aws and nothing from serverless-offline, with the appropriate body.Actually, it wipes everything out after it in the requestTemplate, so all I get back is
{"isOffline": true}
Should mention that I am on serverless 0.5.6 and offline 2.8.0
The text was updated successfully, but these errors were encountered: