arduino to database to android app

Hi there,

I am currently working on a timing system where my plan is to upload simple data (ID + time stamp) to a database from an esp8266 through wifi, then read the database in a list form on an android app.

My basic idea is to use AWS for the database.

Has anybody tried anything similar and do you think it is possible with AWS?

Here's the code I used for saving data to a MySQL database from an ESP8266:

Just set up a MySQL DB server, file server and PHP interpreter in AWS.

Pieter