
Cloud Code has been providing IDE support for the development cycle of Kubernetes and Cloud Run applications for a while now. I’m happy to report that the Dec 2022 version (1.21.0) of Cloud Code now supports Cloud Functions!
In this first release of Cloud Functions support, you can:
- Use the Cloud Functions Explorer to view your project’s Cloud Functions properties and source code.
- Download your Cloud Functions to edit your code locally, then configure your local workspace to deploy those changes directly from Cloud Code.
- Invoke your HTTP-triggered functions from VS Code.
- Use the Cloud Code Logs Viewer to view logs from your Cloud Functions.
Let’s take a closer look.
Read More →