We currently restrict zip file downloads to a max size (based on a setting) due to performance of zipping large files via glassfish.
AWS Lambda is functions as a service. So we want to investigate if we can use that to move the generation of the zip files to AWS, creating then and creating a temp url for user download.
I found this post online which may be useful to review when investigating this:
https://iiaku.com/2017/04/20/aws-lambda-how-to-create-zip-from-files/
We currently restrict zip file downloads to a max size (based on a setting) due to performance of zipping large files via glassfish.
AWS Lambda is functions as a service. So we want to investigate if we can use that to move the generation of the zip files to AWS, creating then and creating a temp url for user download.
I found this post online which may be useful to review when investigating this:
https://iiaku.com/2017/04/20/aws-lambda-how-to-create-zip-from-files/