Unable to import module ‘lambda_function’: No module named ‘tapo.tapo’
I’m trying to import tapo library in a Python Lambda with the following code (which works locally with an equivalent main
):
I’m trying to import tapo library in a Python Lambda with the following code (which works locally with an equivalent main
):