Skip to content

Commit 3f48edf

Browse files
author
Tom McLaughlin
committed
Add RDS scaffolder
1 parent 38e1f37 commit 3f48edf

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/app-config.production.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,9 @@ catalog:
113113
- allow: [Template]
114114
- type: url
115115
target: https://github.com/ServerlessOpsIO/backstage-aws-sam-ecs-template/blob/main/template.yaml
116+
rules:
117+
- allow: [Template]
118+
- type: url
119+
target: https://github.com/ServerlessOpsIO/backstage-aws-sam-rds-template/blob/main/template.yaml
116120
rules:
117121
- allow: [Template]

src/packages/app/src/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ const routes = (
141141
title: "Containerization",
142142
filter: entity => entity?.metadata?.tags?.includes('containerization') ?? false
143143
},
144+
{
145+
title: "Infrastructure",
146+
filter: entity => entity?.metadata?.tags?.includes('infrastructure') ?? false
147+
},
144148
]
145149
}/>
146150
}>

0 commit comments

Comments
 (0)