Background: data scientist with professional experience in ML and deploying on sagemaker. No frontend experience
I have a model hosted on a sagemaker endpoint. I also have a UI written with streamlit. I am able to use the streamlit UI locally to call the sagemaker endpoint and get back my predictions. What I would ultimately like to do now, is host the streamlit UI in the cloud, and ultimately on a domain. This way, someone would be able to go to my website, and utilize the app that I built. So, my question is, is there a simple way to host a streamlit UI that calls a SM endpoint on an AWS instance?