Skip to main content

Frontmatter fields

Each resource in CloudCatalog will contain frontmatter this data is used by CloudCatalog to render your resource correctly.

Some of these fields are editable, and some are read-only.

Fields owned by CloudCatalog

In the frontmatter the fields AWS and catalog are fields owned by CloudCatalog, change at your own risk.

Reimporting resources into CloudCatalog will override these values.

Optional fields

name

Friendly name for your Lambda Function. If no name is provided CloudCatalog will render a name for your resource. (Example, the Lambda Function will be used for a Lambda resource).

Example
---
name: Payment Function
---

description

Short summary of your lambda function.

Example
---
description: Function that handles payments.
---

owners

An array of users or teams ids that own the Lambda function.

Example
---
owners:
- dboyne
- mSmith
- my-awesome-team
---

service

The service id of the service that the resource belongs too.

Services

Every resource can belong to a service. You will need to create a service before you can add the resource to the service.

Example
---
service: payment-service
---