chialab / math-api

➗ Serverless API to render maths using MathJax for Node.
MIT License
43 stars 8 forks source link

Fix unexpected token error #3

Closed fquffio closed 5 years ago

fquffio commented 5 years ago

This PR resolves #2 by parsing the raw request body before converting ExpressJS Request to Lambda-like event object.

To ensure this problem won't happen again in the future, integration tests have been added for the ExpressJS application.

fquffio commented 5 years ago

Build failed due to https://nodejs.org (apparently) being unreachable.

kanujbhatnagar commented 5 years ago

Hi @fquffio can this be merged now? I'm actually trying to use this library in docker and I'm stuck.

fquffio commented 5 years ago

Hi @kanujbhatnagar , sorry, I was waiting for your feedback. 🙃 Merged!