I'm working on a simple script to connect my sftp server from aws-lambda and I'm getting 
Unable to import module 'lambda_function': No module named '_cffi_backend'
when I import pysftp from aws-lambda. I'm using python3.6 and only import pysftp nothing more
I already try to install cffi
python3 pip install cffi