Connect to a database or webapplication through REST API

Hello All,
I am currently using an Excel worklist to pass all the necessary information such as sample id, sample locations, etc. Now, if I want to connect out database which lives on AWS, and it also has web application already, how am I able to access to it by using REST API?

The safest way is to create a middleware to for the REST API. This ensures gates unwanted and accidental edits to the record. You can use FastAPI, Flask, Django, etc.

Im not sure this is strictly a Venus question unless I misunderstand what youre asking. Youre asking how to serve worklist/ sample data from an AWS server over a REST API? Flask is probably the most accessible and fastest way to do that.