刘凡 9ff4d1d109 add S3,archive,truncate 2 years ago
..
Upload-file-functionality 9ff4d1d109 add S3,archive,truncate 2 years ago
readme.md 9ff4d1d109 add S3,archive,truncate 2 years ago

readme.md

Read Me

About:

When a user need to upload his file to s3 using a Rest API and update the Metadata to Dynamo DB.
Here is the project, Updating to DynamoDb is completely optional though.

Aws Technologies Involved:

S3- To store the object.
Dynamo DB - To store the metadata.
Api Gateway : Provides the URL and triggers the lambda, when an file is passed.

Language:

This project is completely in python. Added heavy documentation to each and every method for