HackRU / lcs

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

Serverless Offline #110

Open Kironb opened 4 years ago

Kironb commented 4 years ago

Due to how serverless offline is currently working we are not allowed to send a non stringified body. Since changing the body to be stringified would break the front end and other applications we are going to have to put using serverless offline on hold until : https://github.com/dherault/serverless-offline/issues/488 is fixed. If we want to test with an environment similar to serverless offline we are going to have to look into other tools.