Skip to content

Commit ba8b2f2

Browse files
authored
Merge pull request #1426 from durandom/aws-ecs
feat: add AWS ECS workspace for frontend and backend plugins
2 parents 9b4f83e + cd8e690 commit ba8b2f2

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

workspaces/aws-ecs/backstage.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "1.42.5"
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/package.json
2+
+++ b/package.json
3+
@@ -26,7 +26,7 @@
4+
"workspaces": {
5+
"packages": [
6+
"packages/*",
7+
- "plugins/**"
8+
+ "plugins/*/*"
9+
]
10+
},
11+
"devDependencies": {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
plugins/ecs/frontend:
2+
plugins/ecs/backend: --embed-package @aws/aws-core-plugin-for-backstage-common --embed-package @aws/aws-core-plugin-for-backstage-node

workspaces/aws-ecs/source.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"repo":"https://github.com/awslabs/backstage-plugins-for-aws","repo-ref":"78df9399a81cfd95265cab53815f54210b1d7f50","repo-flat":true,"repo-backstage-version":"1.42.5"}

0 commit comments

Comments
 (0)