You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great tutorial and helps and a lot in dealing with ortools on windows as ortools has a lot of issues with the windows environment. Appreciate the effort.
However, I need some help in adding some more dependencies in addition to ortools as it is the requirement of my project. I did follow the AWS tutorial of adding more python dependencies i.e. by creating "package" folder first and installing dependencies in it. Ref: [https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html]
But, I could not figure out how to update "package.sh" file. Can you please help me update it? For example, if I need to add "requests" module or "googlemaps" python SDK, then what changes would be required in "package.sh" to make these dependencies useable in lambda handler?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi ChristianKlotz,
This is a great tutorial and helps and a lot in dealing with ortools on windows as ortools has a lot of issues with the windows environment. Appreciate the effort.
However, I need some help in adding some more dependencies in addition to ortools as it is the requirement of my project. I did follow the AWS tutorial of adding more python dependencies i.e. by creating "package" folder first and installing dependencies in it. Ref: [https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html]
But, I could not figure out how to update "package.sh" file. Can you please help me update it? For example, if I need to add "requests" module or "googlemaps" python SDK, then what changes would be required in "package.sh" to make these dependencies useable in lambda handler?
Thanks.
The text was updated successfully, but these errors were encountered: