Setting up, Creating, Running and Deploying Cloud Functions on @Appwrite Cloud in Golang
- Installing Appwrite CLI
- Creating Appwrite Project
- Creating Appwrite Function
- Running Appwrite Functions Locally
- Deploying Appwrite Functions
1. Using Appwrite CLI
2. Using Manual Deployment
3. Using Git Deployment CI-CD
We also look into how to parse query parameters, request body in the appwrite functions.
We have created 3 functions in the tutorial
- Random Name Generator
- Greeting
- Image URL to Base64 Encoder
Will be providing the GitHub link soon, watch out here: https://github.com/mr-destructive
- Appwrite docs: https://appwrite.io/docs/products/functions
- Appwrite Golang Runtime: https://appwrite.io/blog/post/announcing-go-support
- Appwrite Golang Function Openruntimes package: https://pkg.go.dev/github.com/open-runtimes/types-for-go/v4/openruntimes