I'm was able to add my PyNaCl library as a layer into Lambda (Python 3.8) but for some reason when I try and test the code I get the error
"errorMessage": "Unable to import module 'lambda_function': No module named '_cffi_backend'", "errorType": "Runtime.ImportModuleError"
Now when I use PyCharm locally and install the PyNaCl library into the venv, I have no execution errors. Does Lambda require the file hierarchy to be different? I zipped up the library as /lib/python3.8/site-packages with the only library included being PyNaCl