Let's jump right into the task: You have to ZIP files which are available on the cloud (eg. AWS S3 Bucket). The first solution you can think of probably downloads each file, process it (add to ZIP), delete a file and afterwards upload final ZIP to cl...