Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 343 Bytes

File metadata and controls

6 lines (5 loc) · 343 Bytes

TODO:

For the next version we need to update some things to make sure that the lambda function cannot run into memory issues:

  • Change the temp directory to read files each and add them to the zip by string;
  • Send the string of the zip to the server by file, to not overload memory;
  • Keep response open until full zip is sent;