Hi,
I have a web app that is is taking files and uploading them to an S3 bucket. I have written a Lambda function to upload the files from the bucket to a Dropbox folder with the API. I tested it locally and it worked fine. I created a directory locally, added my script, used pip to install the Dropbox API, zipped those files, and upload the zip file to AWS. When I try to import Dropbox in my Python script on AWS, Dropbox can't be imported. This could be an AWS issue but I just want to check if the Dropbox API supports use with AWS Lambda.
Thanks.