Temporal Cloud serves as a software as a service (SaaS) infrastructure platform, specifically designed to manage the durability of your Temporal Applications.
The APIs that Temporal Cloud provides are accessible via the Temporal Cloud Ops Go SDK
. This SDK is a Go client library for the Temporal Cloud APIs. It allows you to manage your Temporal Cloud resources programmatically.
go get go.temporal.io/cloud-sdk
See samples to get started.
Documentation is available here. You can also find the API documentation here.
Please see CONTRIBUTING.md for details.
MIT License, please see LICENSE for details.