Create HTML endpoints for an AWS DynamoDB
We have a modest DynamoDB and we want endpoints for the following actions-
1. Post an integer with timestamp and GUID.
2. Return (read) latest N integers with timestamp and GUID.
3. Delete all integers associated with a GUID.
4. Post a string with timestamp and GUID.
5. Return (read) string from GUID and timestamp.
6. Delete latest string from GUID.
7. Delete all strings associated with GUID
My favoured backend language is python. We have a t1.micro instance running apache set up for you to target as the web server. All code will be uploaded to a private github repo. See attached API documentation for more details.
Desired Skills are Python, Amazon Web Services, Git, GitHub and dynamodb