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.
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.