Developing Applications with Cloud Run Functions on Google Cloud. In this course, you’ll learn about Cloud Run Functions, a fully managed, serverless product from Google that lets you implement single-purpose functional code that responds to HTTP requests and events from your cloud infrastructure. Cloud Run Functions helps you run your code quickly and at scale without the need to manage servers. This platform is ideal for developers who want to build their applications in a modular and event-driven way.
What you will learn:
- Introduction to Cloud Run Functions: You will learn the basic concepts and architecture of this service.
- ** Calling and Connecting Cloud Run Functions:** You’ll learn how to interact with your functions and integrate them with other Google Cloud services.
- Cloud Run Functions Security: You will learn different ways to secure your functions.
- Integrate with cloud databases: You’ll learn how to connect your functions to databases like Cloud SQL and Cloud Firestore.
- Best Practices for Functions: You’ll learn tips and tricks for writing high-performance and maintainable functional code.
This course is suitable for people who:
- They are looking for a quick and easy solution to run their code in the cloud.
- They want to make their applications modular and event-driven.
- Are familiar with basic software development concepts and cloud concepts.
- Want to get acquainted with one of the most popular serverless platforms?