Boto3 – Copy Object to a newly generated S3 location and return name in http body
I have a lambda that runs via a http trigger in API Gateway. My goal is to: Copy files from input-bucket (where the user uploads his/her files) Create a UUID as a new location/folder in a separate bucket (output-bucket) Paste…