Skip to content

wikyburns/s3-lambda-nodeJS-zip-file-extract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

s3-lambda-nodeJS-zip-file-extract

The funtionality is used to extract zip files in an S3 bucket through lambda functions in AWS and is written in nodeJS. AWS S3 bucket donnot have a funtionality for extracting zip files. We can trigger AWS lambda funtion on S3 zip file upload. The index.js file has the nodeJS code to extract the zip folder in s3 bucket. S3-unzip library is used to extract the zip file. IAM policy is defined for lambda funtion to access the S3 bucket.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%