刘凡 9ff4d1d109 add S3,archive,truncate | 2 年 前 | |
---|---|---|
.. | ||
Upload-file-functionality | 2 年 前 | |
readme.md | 2 年 前 |
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.
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.
This project is completely in python. Added heavy documentation to each and every method for