This is purely an advice/point in the right direction question.
I am trying to find a way to connect a basic mobile application to a basic SQL database hosted on a web service such as AWS or Google Cloud. I have experience building applications and have experience creating SQL databases, but do not have experience with web services or how to host SQL databases on a web service or how to create a connection between the application and the database via web services.
Ex. The basic app would be used to test the CRUD operations on a web hosted SQL database. So I would have 4 buttons (Create, Read, Update, Delete) and it would connect to the database and perform the selected action. Then I could go in to the database on the server side and see if it was properly done.
Are there any tutorials out there that show me how to do this?