repository serves as a one-stop catalog hub of source files which may come handy during cloud-native endeavours
provided template can be a code snippet solving a simple task (e.g. prometheus alerting manifest) or a fully-fledged solution (e.g. well-architected gke deployment)
functional, rather than language or technology, folder structure. functional categories are highly opinionated and are subject to review
flat folder structure with a single root for each functional topic, and a sub-folder for each template
repository contains not only blueprints/battle-proven/reference solutions but also technology experiments which serve as a boostrap and may experience further improvements in terms of performance and best practices
Contents
Server
Platform
Ops
IDEs
Template Descriptor
The .cctemplate is a Template Descriptor file that describes the contents of your repository so that Cloud Code knows where to look for your templates. It should look something like the following:
You can learn more about the Template Descriptor schema here.
Usage
You can configure your IDE to recognize this repository and create applications based on the templates within. Follow the steps below to see Custom Templates in action: