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

Use zipped libs to deal with aws size limits #4

Merged
merged 4 commits into from
Feb 21, 2017
Merged

Conversation

dschep
Copy link
Collaborator

@dschep dschep commented Jan 3, 2017

Leverages Python's zipimport. Currently using github master of easy-zip, should probably be using something from NPM.

Closes #3

@amitaymolko, thoughts? This makes the unzipped size of dependencies not count against the 250Mb deflated limit for lambdas.

todo:

  • better zip lib.
  • update docs.
  • wrap custom variables in their own section

@dschep dschep changed the title First pass at using zipped libs to deal with aws size limits. fixes #3 First pass at using zipped libs to deal with aws size limits Jan 3, 2017
@dschep dschep added this to the 2.0.0 milestone Jan 4, 2017
@dschep dschep changed the title First pass at using zipped libs to deal with aws size limits Use zipped libs to deal with aws size limits Jan 4, 2017
@dschep dschep merged commit 96bf37e into master Feb 21, 2017
@dschep dschep deleted the feature/zipimport branch February 21, 2017 19:01
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

Successfully merging this pull request may close these issues.

None yet

1 participant