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

Create new lambda layer for latest version of boto3 #26

Closed
mike-mosher opened this issue Apr 25, 2019 · 2 comments
Closed

Create new lambda layer for latest version of boto3 #26

mike-mosher opened this issue Apr 25, 2019 · 2 comments
Assignees

Comments

@mike-mosher
Copy link

The version of boto3 included with Lambda functions is horribly out of date (boto3-1.9.42 for python3.7 runtimes) and I hate having to package boto3 every time I make a new function.

I have used your package.sh script to create lambda layers in my account for boto3 and it worked great! However, I would love to have a public lambda layer that I can reference from any account.

Please publish a public lambda layer for boto3!! Would be super appreciated

@keithrozario
Copy link
Owner

Indeed. AWS recommend using your own packaged boto3 rather than the included one. The only reservation I have is that -- it very quickly becomes out of date -- as AWS updates this nearly 2-3 times a week sometimes. I'll do this soon :) thanks for the tip.

@keithrozario
Copy link
Owner

Done. I need to figure out how to make this more manageable though.

@keithrozario keithrozario self-assigned this Aug 21, 2019
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

2 participants