Skip to content
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

Closed
scolapasta opened this issue Aug 14, 2019 · 3 comments
Closed

Spike: investigate AWS lambda functions for zip file creation #6093

scolapasta opened this issue Aug 14, 2019 · 3 comments

Comments

@scolapasta
Copy link
Contributor

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/

@djbrooke
Copy link
Contributor

For a deliverable here we should build a proof of concept for this.

@djbrooke djbrooke changed the title Spike: investigate AWS lambdas for zip file creation Spike: investigate AWS lambda functions for zip file creation Aug 14, 2019
@djbrooke
Copy link
Contributor

@djbrooke
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants