Skip to content

An AWS lambda function that retrieves an object from an s3 bucket

Notifications You must be signed in to change notification settings

nikhilaravi/s3-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3-get

An AWS lambda function that retrieves all the objects from an s3 bucket.

The incoming event object expects the following keys:

  • bucket: the name of the s3 bucket.

It returns an array with all the file bodies e.g. if all the objects in the s3 bucket are .json files, it will return an array of JSON objects.

About

An AWS lambda function that retrieves an object from an s3 bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages