## 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