How to use optional dependencies like awswrangler[sqlserver] on lambda functions #2631
Unanswered
AdrianoNicolucci
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AWS SDK for pandas is available as an AWS Lambda Managed layer in all AWS commercial regions. However, it appears it does not contain optional dependencies such as " awswrangler[sqlserver]". What is the recommended way to leverage these optional dependencies on a lambda function? If I attempt to create a custom layer, I don't think it comes with the optional libraries I need which does not solve the problem.
Is there any harm to have these managed layers have them come installed with all optional libraries part of aws SDK for pandas. This would be helpful to many users who interact with rds databases with their lambda functions
Beta Was this translation helpful? Give feedback.
All reactions