Amazon web services – Is there a way I can copy a lambda code zip file directly to an S3 amazon bucket, without downloading anything on my local machine?
I'm using the boto3 client to get a download link for the zip file of a lambda function on AWS. I want to transfer this zip file from that download link, directly to an s3 bucket, without storing or piping…