HackRU / lcs

The backend for HackRU's website. Manages the user system.
http://hackru.org
MIT License
6 stars 5 forks source link

JSON stringify all lambda response bodies #115

Closed foltik closed 3 years ago

foltik commented 4 years ago

Updated all lambdas to return a json.dumps()ed body, and all tests to parse the body when needed. Only verified tests I could run locally, so additional tests that rely on API keys or being actually deployed may need to be updated.