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

How to add additional packages like boto3 #8

Open
dg-protagolabs opened this issue Oct 12, 2019 · 3 comments
Open

How to add additional packages like boto3 #8

dg-protagolabs opened this issue Oct 12, 2019 · 3 comments

Comments

@dg-protagolabs
Copy link

I would like to copy the downloaded file into S3. How to add boto3?

@ManivannanMurugavel
Copy link
Owner

ManivannanMurugavel commented Oct 14, 2019 via email

@amiantos
Copy link

boto3 comes built in when you use python runtimes in lambda

@damienBuyBox
Copy link

damienBuyBox commented Nov 1, 2021

You can add it as an basic import ( import boto3) but you have to remove the environment variable PYTHONPATH in the lambda configuration

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

4 participants