Include packages referenced locally via requirements.txt in PythonFunction construct #29641
Unanswered
CaptainDriftwood
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sure this is possible to do, but I could not find any documentation demonstrating how to do this. I have a lambda handler that has a requirements.txt file that includes a package locally, such as
../../path/to/my/package
My question is how can I get the PythonFunction construct to install that package that is referenced locally instead of requiring it to be on a remote repository of some sort (i.e., PyPi or CodeArtifact, etc)?
Beta Was this translation helpful? Give feedback.
All reactions