Create Oracle Functions and RESTful API using Python (Hands On)
Note: (For any Technical issues, reach out to mayankmicky5@gmail.com)
Oracle Cloud Functions is a serverless platform that lets developers create, run, and scale applications without managing any infrastructure. Functions integrate with Oracle Cloud Infrastructure, platform services, and SaaS applications. Because Functions is based on the open-source Fn Project, developers can create applications easily ported to other cloud and on-premises environments. Code based on Functions typically runs for short durations, and customers pay only for the resources they use. Using API Gateway, we can expose Functions as APIs. API Gateway provides RESTful endpoints with security and rate-limiting for API calls, while Functions provides a fully managed backend service to serve APIs.
This course is about getting hands-on knowledge on OCI serverless offerings, i.e., Functions and API Gateway. We will create RESTful APIs and write function code in Python. You will create OCI resources using Functions and API Gateway, learn about the OCI Function Deployment, Innovation, RESTful APIs creation using API Gateway, and API Authentication.
You can post your doubts and queries, and I'll get back to you within 48 hours.