Skip to content

chore: aws lambda layer #160

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

Merged
merged 1 commit into from
Dec 1, 2020
Merged

Conversation

tomklapka
Copy link
Contributor

@tomklapka tomklapka commented Oct 2, 2020

Closes #106

Proposed Changes

Docker image which allows user to create a zip file with all Python dependencies for a custom AWS Lambda function (by default with influxdb-client). This should be within the limit of 10MB per single browser upload (~3,5MB with just the influxdb-client-python library). If the zip archive is uploaded to a custom Lambda Layer then user is able to keep using the Console IDE for editing main Lambda function.

Checklist

  • Rebased/mergeable
  • pytest tests completes successfully
  • Commit messages are in semantic format

@tomklapka tomklapka changed the title Feature/lambda layer chore: aws lambda layer Oct 2, 2020
@bednar bednar self-requested a review October 6, 2020 10:46
@tomklapka tomklapka force-pushed the feature/lambda_layer branch from d7cf9e1 to a013f2d Compare October 6, 2020 14:32
@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2020

Codecov Report

Merging #160 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   88.85%   88.85%           
=======================================
  Files          25       25           
  Lines        1902     1902           
=======================================
  Hits         1690     1690           
  Misses        212      212           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8d1407...a013f2d. Read the comment docs.

@bednar bednar added this to the 1.13.0 milestone Dec 1, 2020
@bednar bednar merged commit ed056b5 into influxdata:master Dec 1, 2020
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.

Client library is too large to use with in-browser lambda IDE
3 participants