I'm looking for an easy way to retrieve and store JSON in Amazon DynamoDB. I'm getting the data via an URL and I would like to query the URL every X second - example: wget http://open-stocks.com/api/get-data-10:21:33.json
The time in the URL should match time of request - so that's dynamic.
I guess I could spin up an entire Linux server on AWS and write a Python script generating the URL, getting the data and push it to Amazon DynamoDB - but I would love a sort of existing service, which made me not worrying about server OS, cronjobs etc...
Any help to such service, perhaps directly via AWS?