Skip to content

An AWS lambda function that saves an object to an s3 bucket

Notifications You must be signed in to change notification settings

nikhilaravi/s3-save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3-save

An AWS lambda function that saves a object to an s3 bucket.

The incoming event object expects the following keys:

  • data: an Object to be saved in json format
  • bucket: the name of the s3 bucket to save the file in

The object will be saved as a json file with the filename being a timestamp.

The lambda function will return an object of the form :

{ id: '123445677' };

Where the id is the timestamp.

About

An AWS lambda function that saves an object to an s3 bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published