#store the lambda Generate csv file into folder inside the bucket. s3 = boto3.resource('s3') s3.Object('bucket-name', 'folder-name/file-name.csv').put(Body=open('/tmp/file-name.csv', 'rb'))