-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike: investigate AWS lambda functions for zip file creation #6093
Comments
For a deliverable here we should build a proof of concept for this. |
djbrooke
changed the title
Spike: investigate AWS lambdas for zip file creation
Spike: investigate AWS lambda functions for zip file creation
Aug 14, 2019
|
This was referenced Aug 16, 2019
Closed in favor of more general #6505 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/
The text was updated successfully, but these errors were encountered: