AWS Lambda import module error in python
www.xspdf.com › resolution › 52197697Unable to import module 'lambda_function': no module named requests_aws4auth. No module named 'requests_aws4auth' when trying to import in a , Package your source code and dependencies in a zip file, upload it to S3, and then use the S3Bucket and S3Keys Properties under your It looks like you are trying to import it in your function / library somewhere. To import it, you need the following line: from botocore.vendored import requests Alternatively, you would need to zip the requests library ...