Using Boto3, the python script downloads files from an S3 bucket to read them and write the contents of the downloaded files to a file called blank_file.txt.
What my question is, how would it work the same way once the script gets on an AWS Lambda function?