I am creating a AWS Lambda python deployment package. I am using one external dependency requests . I installed the external dependency using the AWS documentation http://do
Please add below one after Import requests
Import requests
import boto3
What I can see that is missing in your code.