Will Croft
Results
1
issues of
Will Croft
We're currently running multi-package code on AWS Lambda, eg: ``` package_one/ handler.py utils.py package_two/ other.py ``` On AWS Lambda, we're able to use: ```python from . import utils from package_two...