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

Speed up Lambda jar upload using AWS TransferManager #3

Open
mhjort opened this issue Sep 14, 2016 · 3 comments
Open

Speed up Lambda jar upload using AWS TransferManager #3

mhjort opened this issue Sep 14, 2016 · 3 comments

Comments

@mhjort
Copy link
Owner

mhjort commented Sep 14, 2016

AWS TransferManager will upload big files asynchronously in multiple parts. It also supports upload progress. See more from here: http://docs.aws.amazon.com/AmazonS3/latest/dev/HLuploadFileJava.html

@russellwhitaker
Copy link
Contributor

@mhjort this would be an excellent enhancement indeed; do you have this on your own roadmap, or would you be needing assistance on this? Do you consider pull requests?

@mhjort
Copy link
Owner Author

mhjort commented Dec 30, 2016

I was planning to implement this some day. However, have not had time yet. Lately my main focus has been on refactoring so that this tool could support both Leiningen and Boot. So yes, PR would be really welcome.

@russellwhitaker
Copy link
Contributor

I've been looking into this, think it might be straightforward. I have a PR to update some project dependencies first which I'll be generating soon beforehand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants