99x / serverless-react-boilerplate

A serverless react boilerplate for offline development
MIT License
260 stars 75 forks source link

Fix request template which was breaking json body parsing #23

Closed jeff3yan closed 7 years ago

jeff3yan commented 7 years ago

According to http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html#input-example-json-mapping-template there should be no surrounding double quotes

mjzone commented 7 years ago

@jeff3yan Thank you for the PR 👍