I have namespace already created and defined tags to resources. When I try adding new tags to the resources, the old tags are getting deleted. As I would like to use the old data and return the value along with the new tags. Please help me with how I can achieve this. get volume details from a specific compartment output
Tag: oracle-cloud-infrastructure
Python + FastAPI + OracleCloud: How to expose my python fastapi endpoint on Oracle Cloud to Internet
I have a Python + FastAPI restful API project running the free tier of Oracle Cloud VM instance. I use Gunicorn to serve the api and also installed Nginx just in case it’s needed. I have tested my running project with curl http://localhost:8000 and I can see my API response. Now my question is : how can I expose this