How to unzip a .zip file at the same location on S3 using Lambda.
If there is an application, where the zip file is uploaded directly on S3, but later on all the content inside the zip file is needed. We can create a lambda function in python and… Read More »How to unzip a .zip file at the same location on S3 using Lambda.