Amazon web services – AWS Lambda Layer import Tuya Connector
So all I have for my Lambda Function so far is: import json import os import tuya_connector And when I click "Test", I'm getting the following error: "Unable to import module 'lambda_function': No module named 'tuya_connector'", I tried to resolve…