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

Housekeeping: Pipenv & Slimmer package #6

Merged
merged 3 commits into from Jun 10, 2018
Merged

Housekeeping: Pipenv & Slimmer package #6

merged 3 commits into from Jun 10, 2018

Conversation

Ketouem
Copy link
Contributor

@Ketouem Ketouem commented Jun 8, 2018

Pipenv is now the recommended official tool packaging Python project, the build script and documentation have been updated to reflect that.

Also the deployed zip contained several uneeded packages (such as setuptools or wheel), now only requests and the lambda itself are packaged (zip size reduced by ~30%).

The variable slack_channel_map was previously a JSON encoded string which was forcing the user to manually escape sequence characters such as ", instead we now use a map that we transform into a JSON compliant string with jsonencode.

@Ketouem Ketouem changed the title Housekeeping Housekeeping: Pipenv & Slimmer package Jun 8, 2018
@builtinnya
Copy link
Owner

Thank you for your PR. It helps a lot to improve this module!

@builtinnya builtinnya merged commit 5e12459 into builtinnya:master Jun 10, 2018
@Ketouem Ketouem deleted the housekeeping branch June 11, 2018 07:31
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.

2 participants