DEV Community

onkarjoshi2828
onkarjoshi2828

Posted on

How to unzip a zip file from s3 using lambda function

I uploaded zip file in s3 bucket. I want to extract the zip file and store it into the s3 again. How can achieve these things using java+springboot.

Top comments (0)