Extract very large zip file on AWS S3 using Lamda Functions
I’m trying to read a very large zip file on a s3 bucket and extract its data on another s3 bucket using the code below as lambda function:
I’m trying to read a very large zip file on a s3 bucket and extract its data on another s3 bucket using the code below as lambda function: