@k-4u/resource-mapper-core 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/junit.xml +17 -17
- package/coverage/test-results.json +1 -1
- package/data/services/api/api-gateway.yaml +18 -18
- package/data/services/api/group-info.yaml +7 -7
- package/data/services/api/lambda-orders.yaml +21 -21
- package/data/services/api/lambda-products.yaml +15 -15
- package/data/services/api/lambda-users.yaml +15 -15
- package/data/services/compute/alb.yaml +15 -15
- package/data/services/compute/ecs-inventory.yaml +16 -16
- package/data/services/compute/ecs-notification.yaml +15 -15
- package/data/services/compute/group-info.yaml +7 -7
- package/data/services/data/dynamodb-notifications.yaml +12 -12
- package/data/services/data/dynamodb-orders.yaml +9 -9
- package/data/services/data/dynamodb-products.yaml +9 -9
- package/data/services/data/dynamodb-users.yaml +9 -9
- package/data/services/data/group-info.yaml +7 -7
- package/data/services/data/rds-postgres.yaml +9 -9
- package/data/services/data/redis.yaml +10 -10
- package/data/services/frontend/cloudfront.yaml +12 -12
- package/data/services/frontend/group-info.yaml +7 -7
- package/data/services/frontend/route53.yaml +15 -15
- package/data/services/frontend/s3-website.yaml +9 -9
- package/data/teams/cloud-shepherds.yaml +15 -15
- package/data/teams/data-wizards.yaml +15 -15
- package/data/teams/interface-architects.yaml +18 -18
- package/e2e/demo.test.ts +54 -54
- package/e2e/header-toolbar.spec.ts +53 -53
- package/e2e/layout.spec.ts +30 -30
- package/package.json +74 -69
- package/playwright.config.ts +10 -10
- package/plugins/mapper-data-plugin.ts +32 -32
- package/project.json +22 -22
- package/src/app.css +125 -125
- package/src/app.d.ts +31 -31
- package/src/app.html +11 -11
- package/src/lib/assets/favicon.svg +18 -18
- package/src/lib/components/EmptyState.svelte +37 -37
- package/src/lib/components/ErrorDisplay.svelte +82 -82
- package/src/lib/components/FlowCanvas.svelte +223 -223
- package/src/lib/components/GenericSidebarCard.svelte +43 -43
- package/src/lib/components/GroupDetailSidebar.svelte +31 -31
- package/src/lib/components/Header.svelte +57 -57
- package/src/lib/components/Legend.svelte +25 -25
- package/src/lib/components/LoadingOverlay.svelte +42 -42
- package/src/lib/components/LoadingSpinner.svelte +10 -10
- package/src/lib/components/ServiceDetailSidebar.svelte +89 -89
- package/src/lib/components/TeamContactCard.svelte +166 -166
- package/src/lib/components/flow/ExternalNode.svelte +45 -45
- package/src/lib/components/flow/MainGroupNode.svelte +24 -24
- package/src/lib/components/flow/ServiceGroupNode.svelte +17 -17
- package/src/lib/components/flow/ServiceNode.svelte +40 -40
- package/src/lib/components/flow/SnakeEdge.svelte +206 -206
- package/src/lib/components/flow/index.ts +5 -5
- package/src/lib/components/index.ts +12 -12
- package/src/lib/data/connections.ts +26 -26
- package/src/lib/data/groups.ts +11 -11
- package/src/lib/data/services.ts +12 -12
- package/src/lib/data/teams.ts +11 -11
- package/src/lib/index.ts +1 -1
- package/src/lib/state/theme.svelte.ts +21 -21
- package/src/lib/stores/diagram.ts +6 -6
- package/src/lib/stores/routingStore.test.ts +133 -133
- package/src/lib/stores/routingStore.ts +232 -232
- package/src/lib/utils/awsIcons.ts +117 -117
- package/src/lib/utils/flow/groupOverviewGraph.ts +73 -73
- package/src/lib/utils/flow/helpers.ts +14 -14
- package/src/lib/utils/flow/layout.test.ts +271 -271
- package/src/lib/utils/flow/layout.ts +240 -240
- package/src/lib/utils/flow/serviceIds.ts +4 -4
- package/src/lib/utils/flow/servicesGraph.test.ts +119 -119
- package/src/lib/utils/flow/servicesGraph.ts +258 -258
- package/src/routes/+error.svelte +36 -36
- package/src/routes/+layout.svelte +27 -27
- package/src/routes/+page.svelte +81 -81
- package/src/routes/+page.ts +31 -31
- package/src/routes/group/[groupId]/+page.svelte +102 -102
- package/src/routes/group/[groupId]/+page.ts +48 -48
- package/static/static/robots.txt +3 -3
- package/svelte.config.js +27 -27
- package/tailwind.config.js +12 -12
- package/tsconfig.json +22 -22
- package/vite.config.ts +80 -80
- package/.aws-icons-last-updated +0 -1
- package/.svelte-kit/ambient.d.ts +0 -263
- package/.svelte-kit/generated/client/app.js +0 -31
- package/.svelte-kit/generated/client/matchers.js +0 -1
- package/.svelte-kit/generated/client/nodes/0.js +0 -1
- package/.svelte-kit/generated/client/nodes/1.js +0 -1
- package/.svelte-kit/generated/client/nodes/2.js +0 -3
- package/.svelte-kit/generated/client/nodes/3.js +0 -3
- package/.svelte-kit/generated/client-optimized/app.js +0 -31
- package/.svelte-kit/generated/client-optimized/matchers.js +0 -1
- package/.svelte-kit/generated/client-optimized/nodes/0.js +0 -1
- package/.svelte-kit/generated/client-optimized/nodes/1.js +0 -1
- package/.svelte-kit/generated/client-optimized/nodes/2.js +0 -3
- package/.svelte-kit/generated/client-optimized/nodes/3.js +0 -3
- package/.svelte-kit/generated/root.js +0 -3
- package/.svelte-kit/generated/root.svelte +0 -68
- package/.svelte-kit/generated/server/internal.js +0 -53
- package/.svelte-kit/non-ambient.d.ts +0 -43
- package/.svelte-kit/output/client/.vite/manifest.json +0 -175
- package/.svelte-kit/output/client/_app/immutable/assets/0.Czt_67iE.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/TeamContactCard.Dxj5nUCr.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/helpers.ysDrpaDf.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/libavoid.DQJapW5w.wasm +0 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/BlLuv0eP.js +0 -46
- package/.svelte-kit/output/client/_app/immutable/chunks/CSBHmwYv.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/CTCi5ueQ.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/CfOzjaik.js +0 -2
- package/.svelte-kit/output/client/_app/immutable/chunks/D4PdvFNs.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/DXgP-QUS.js +0 -2
- package/.svelte-kit/output/client/_app/immutable/chunks/DlbDC5An.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/wRWe7aK9.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/entry/app.ConrMuHl.js +0 -2
- package/.svelte-kit/output/client/_app/immutable/entry/start.Bm6FyGme.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/0.d3cL-ETU.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/1.D6z9rPGv.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/2.CLD-8chl.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/3.DXYeBoel.js +0 -1
- package/.svelte-kit/output/client/_app/version.json +0 -1
- package/.svelte-kit/output/client/libavoid.wasm +0 -0
- package/.svelte-kit/output/client/static/robots.txt +0 -3
- package/.svelte-kit/output/prerendered/dependencies/_app/env.js +0 -1
- package/.svelte-kit/output/server/.vite/manifest.json +0 -224
- package/.svelte-kit/output/server/_app/immutable/assets/LoadingOverlay.DBbe6V8W.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.Czt_67iE.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_page.D9P41uDZ.css +0 -1
- package/.svelte-kit/output/server/chunks/ErrorDisplay.js +0 -59
- package/.svelte-kit/output/server/chunks/LoadingOverlay.js +0 -12
- package/.svelte-kit/output/server/chunks/LoadingOverlay.svelte_svelte_type_style_lang.js +0 -1671
- package/.svelte-kit/output/server/chunks/connections.js +0 -33
- package/.svelte-kit/output/server/chunks/diagram.js +0 -7
- package/.svelte-kit/output/server/chunks/environment.js +0 -34
- package/.svelte-kit/output/server/chunks/equality.js +0 -57
- package/.svelte-kit/output/server/chunks/exports.js +0 -174
- package/.svelte-kit/output/server/chunks/false.js +0 -4
- package/.svelte-kit/output/server/chunks/index.js +0 -59
- package/.svelte-kit/output/server/chunks/index2.js +0 -2939
- package/.svelte-kit/output/server/chunks/index3.js +0 -20
- package/.svelte-kit/output/server/chunks/internal.js +0 -1017
- package/.svelte-kit/output/server/chunks/shared.js +0 -770
- package/.svelte-kit/output/server/chunks/utils.js +0 -43
- package/.svelte-kit/output/server/entries/pages/_error.svelte.js +0 -64
- package/.svelte-kit/output/server/entries/pages/_layout.svelte.js +0 -65
- package/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -3991
- package/.svelte-kit/output/server/entries/pages/_page.ts.js +0 -30
- package/.svelte-kit/output/server/entries/pages/group/_groupId_/_page.svelte.js +0 -67
- package/.svelte-kit/output/server/entries/pages/group/_groupId_/_page.ts.js +0 -47
- package/.svelte-kit/output/server/index.js +0 -3747
- package/.svelte-kit/output/server/internal.js +0 -13
- package/.svelte-kit/output/server/manifest-full.js +0 -47
- package/.svelte-kit/output/server/manifest.js +0 -47
- package/.svelte-kit/output/server/nodes/0.js +0 -8
- package/.svelte-kit/output/server/nodes/1.js +0 -8
- package/.svelte-kit/output/server/nodes/2.js +0 -10
- package/.svelte-kit/output/server/nodes/3.js +0 -10
- package/.svelte-kit/output/server/remote-entry.js +0 -557
- package/.svelte-kit/tsconfig.json +0 -61
- package/.svelte-kit/types/route_meta_data.json +0 -8
- package/.svelte-kit/types/src/routes/$types.d.ts +0 -26
- package/.svelte-kit/types/src/routes/group/[groupId]/$types.d.ts +0 -21
- package/.svelte-kit/types/src/routes/group/[groupId]/proxy+page.ts +0 -49
- package/.svelte-kit/types/src/routes/proxy+page.ts +0 -33
- package/build/_app/env.js +0 -1
- package/build/_app/env.js.br +0 -1
- package/build/_app/env.js.gz +0 -0
- package/build/_app/immutable/assets/0.Czt_67iE.css +0 -1
- package/build/_app/immutable/assets/0.Czt_67iE.css.br +0 -0
- package/build/_app/immutable/assets/0.Czt_67iE.css.gz +0 -0
- package/build/_app/immutable/assets/TeamContactCard.Dxj5nUCr.css +0 -1
- package/build/_app/immutable/assets/TeamContactCard.Dxj5nUCr.css.br +0 -0
- package/build/_app/immutable/assets/TeamContactCard.Dxj5nUCr.css.gz +0 -0
- package/build/_app/immutable/assets/helpers.ysDrpaDf.css +0 -1
- package/build/_app/immutable/assets/helpers.ysDrpaDf.css.br +0 -0
- package/build/_app/immutable/assets/helpers.ysDrpaDf.css.gz +0 -0
- package/build/_app/immutable/assets/libavoid.DQJapW5w.wasm +0 -0
- package/build/_app/immutable/assets/libavoid.DQJapW5w.wasm.br +0 -0
- package/build/_app/immutable/assets/libavoid.DQJapW5w.wasm.gz +0 -0
- package/build/_app/immutable/chunks/BlLuv0eP.js +0 -46
- package/build/_app/immutable/chunks/BlLuv0eP.js.br +0 -0
- package/build/_app/immutable/chunks/BlLuv0eP.js.gz +0 -0
- package/build/_app/immutable/chunks/CSBHmwYv.js +0 -1
- package/build/_app/immutable/chunks/CSBHmwYv.js.br +0 -0
- package/build/_app/immutable/chunks/CSBHmwYv.js.gz +0 -0
- package/build/_app/immutable/chunks/CTCi5ueQ.js +0 -1
- package/build/_app/immutable/chunks/CTCi5ueQ.js.br +0 -0
- package/build/_app/immutable/chunks/CTCi5ueQ.js.gz +0 -0
- package/build/_app/immutable/chunks/CfOzjaik.js +0 -2
- package/build/_app/immutable/chunks/CfOzjaik.js.br +0 -0
- package/build/_app/immutable/chunks/CfOzjaik.js.gz +0 -0
- package/build/_app/immutable/chunks/D4PdvFNs.js +0 -1
- package/build/_app/immutable/chunks/D4PdvFNs.js.br +0 -0
- package/build/_app/immutable/chunks/D4PdvFNs.js.gz +0 -0
- package/build/_app/immutable/chunks/DXgP-QUS.js +0 -2
- package/build/_app/immutable/chunks/DXgP-QUS.js.br +0 -0
- package/build/_app/immutable/chunks/DXgP-QUS.js.gz +0 -0
- package/build/_app/immutable/chunks/DlbDC5An.js +0 -1
- package/build/_app/immutable/chunks/DlbDC5An.js.br +0 -0
- package/build/_app/immutable/chunks/DlbDC5An.js.gz +0 -0
- package/build/_app/immutable/chunks/wRWe7aK9.js +0 -1
- package/build/_app/immutable/chunks/wRWe7aK9.js.br +0 -0
- package/build/_app/immutable/chunks/wRWe7aK9.js.gz +0 -0
- package/build/_app/immutable/entry/app.ConrMuHl.js +0 -2
- package/build/_app/immutable/entry/app.ConrMuHl.js.br +0 -0
- package/build/_app/immutable/entry/app.ConrMuHl.js.gz +0 -0
- package/build/_app/immutable/entry/start.Bm6FyGme.js +0 -1
- package/build/_app/immutable/entry/start.Bm6FyGme.js.br +0 -2
- package/build/_app/immutable/entry/start.Bm6FyGme.js.gz +0 -0
- package/build/_app/immutable/nodes/0.d3cL-ETU.js +0 -1
- package/build/_app/immutable/nodes/0.d3cL-ETU.js.br +0 -0
- package/build/_app/immutable/nodes/0.d3cL-ETU.js.gz +0 -0
- package/build/_app/immutable/nodes/1.D6z9rPGv.js +0 -1
- package/build/_app/immutable/nodes/1.D6z9rPGv.js.br +0 -0
- package/build/_app/immutable/nodes/1.D6z9rPGv.js.gz +0 -0
- package/build/_app/immutable/nodes/2.CLD-8chl.js +0 -1
- package/build/_app/immutable/nodes/2.CLD-8chl.js.br +0 -0
- package/build/_app/immutable/nodes/2.CLD-8chl.js.gz +0 -0
- package/build/_app/immutable/nodes/3.DXYeBoel.js +0 -1
- package/build/_app/immutable/nodes/3.DXYeBoel.js.br +0 -0
- package/build/_app/immutable/nodes/3.DXYeBoel.js.gz +0 -0
- package/build/_app/version.json +0 -1
- package/build/_app/version.json.br +0 -0
- package/build/_app/version.json.gz +0 -0
- package/build/index.html +0 -34
- package/build/index.html.br +0 -0
- package/build/index.html.gz +0 -0
- package/build/libavoid.wasm +0 -0
- package/build/libavoid.wasm.br +0 -0
- package/build/libavoid.wasm.gz +0 -0
- package/build/static/robots.txt +0 -3
- package/coverage/coverage-final.json +0 -6
- package/coverage/coverage-summary.json +0 -7
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -131
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -210
- package/coverage/lcov-report/stores/index.html +0 -116
- package/coverage/lcov-report/stores/routingStore.ts.html +0 -781
- package/coverage/lcov-report/utils/flow/helpers.ts.html +0 -127
- package/coverage/lcov-report/utils/flow/index.html +0 -161
- package/coverage/lcov-report/utils/flow/layout.ts.html +0 -805
- package/coverage/lcov-report/utils/flow/serviceIds.ts.html +0 -97
- package/coverage/lcov-report/utils/flow/servicesGraph.ts.html +0 -859
- package/coverage/lcov.info +0 -646
package/coverage/junit.xml
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<testsuites name="vitest tests" tests="13" failures="0" errors="0" time="0.
|
|
3
|
-
<testsuite name="src/lib/stores/routingStore.test.ts" timestamp="2026-03-
|
|
4
|
-
<testcase classname="src/lib/stores/routingStore.test.ts" name="routingStore > registers nodes and routes an edge between them" time="0.
|
|
2
|
+
<testsuites name="vitest tests" tests="13" failures="0" errors="0" time="0.198621727">
|
|
3
|
+
<testsuite name="src/lib/stores/routingStore.test.ts" timestamp="2026-03-01T19:33:50.745Z" hostname="runnervmnay03" tests="3" failures="0" errors="0" skipped="0" time="0.045563939">
|
|
4
|
+
<testcase classname="src/lib/stores/routingStore.test.ts" name="routingStore > registers nodes and routes an edge between them" time="0.035593501">
|
|
5
5
|
</testcase>
|
|
6
|
-
<testcase classname="src/lib/stores/routingStore.test.ts" name="routingStore > nudges parallel edges apart" time="0.
|
|
6
|
+
<testcase classname="src/lib/stores/routingStore.test.ts" name="routingStore > nudges parallel edges apart" time="0.005711891">
|
|
7
7
|
<system-err>
|
|
8
8
|
Warning: skipping checkpoint for connector 3 at (110, 125).
|
|
9
9
|
Warning: skipping checkpoint for connector 3 at (290, 25).
|
|
10
10
|
|
|
11
11
|
</system-err>
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase classname="src/lib/stores/routingStore.test.ts" name="routingStore > unregisters an edge and stops returning its points" time="0.
|
|
13
|
+
<testcase classname="src/lib/stores/routingStore.test.ts" name="routingStore > unregisters an edge and stops returning its points" time="0.002712085">
|
|
14
14
|
<system-err>
|
|
15
15
|
Warning: skipping checkpoint for connector 8 at (110, 25).
|
|
16
16
|
Warning: skipping checkpoint for connector 8 at (190, 225).
|
|
@@ -20,33 +20,33 @@ Warning: skipping checkpoint for connector 3 at (290, 25).
|
|
|
20
20
|
</system-err>
|
|
21
21
|
</testcase>
|
|
22
22
|
</testsuite>
|
|
23
|
-
<testsuite name="src/lib/utils/flow/layout.test.ts" timestamp="2026-03-
|
|
24
|
-
<testcase classname="src/lib/utils/flow/layout.test.ts" name="layoutFlowGraph > returns positions for nodes and preserves signature" time="0.
|
|
23
|
+
<testsuite name="src/lib/utils/flow/layout.test.ts" timestamp="2026-03-01T19:33:50.747Z" hostname="runnervmnay03" tests="8" failures="0" errors="0" skipped="0" time="0.120422438">
|
|
24
|
+
<testcase classname="src/lib/utils/flow/layout.test.ts" name="layoutFlowGraph > returns positions for nodes and preserves signature" time="0.084868932">
|
|
25
25
|
</testcase>
|
|
26
|
-
<testcase classname="src/lib/utils/flow/layout.test.ts" name="layoutFlowGraph > keeps nodes and edges ids and data" time="0.
|
|
26
|
+
<testcase classname="src/lib/utils/flow/layout.test.ts" name="layoutFlowGraph > keeps nodes and edges ids and data" time="0.018879042">
|
|
27
27
|
</testcase>
|
|
28
|
-
<testcase classname="src/lib/utils/flow/layout.test.ts" name="layoutFlowGraph > handles a simple group with a child service node" time="0.
|
|
28
|
+
<testcase classname="src/lib/utils/flow/layout.test.ts" name="layoutFlowGraph > handles a simple group with a child service node" time="0.013336326">
|
|
29
29
|
</testcase>
|
|
30
|
-
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > returns 0 for a single edge" time="0.
|
|
30
|
+
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > returns 0 for a single edge" time="0.000448215">
|
|
31
31
|
</testcase>
|
|
32
|
-
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > spreads multiple edges and sorts them by target position" time="0.
|
|
32
|
+
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > spreads multiple edges and sorts them by target position" time="0.000410996">
|
|
33
33
|
</testcase>
|
|
34
|
-
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > spreads three edges correctly" time="0.
|
|
34
|
+
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > spreads three edges correctly" time="0.000256267">
|
|
35
35
|
</testcase>
|
|
36
|
-
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > correctly calculates offsets for nodes in groups vs orphans using absolute coordinates" time="0.
|
|
36
|
+
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > correctly calculates offsets for nodes in groups vs orphans using absolute coordinates" time="0.000372314">
|
|
37
37
|
</testcase>
|
|
38
|
-
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > correctly calculates absolute coordinates for deeply nested nodes" time="0.
|
|
38
|
+
<testcase classname="src/lib/utils/flow/layout.test.ts" name="calculateEdgeOffset > correctly calculates absolute coordinates for deeply nested nodes" time="0.00024674">
|
|
39
39
|
</testcase>
|
|
40
40
|
</testsuite>
|
|
41
|
-
<testsuite name="src/lib/utils/flow/servicesGraph.test.ts" timestamp="2026-03-
|
|
42
|
-
<testcase classname="src/lib/utils/flow/servicesGraph.test.ts" name="servicesGraph > correctly loads bidirectional connections between two services in the same group" time="0.
|
|
41
|
+
<testsuite name="src/lib/utils/flow/servicesGraph.test.ts" timestamp="2026-03-01T19:33:50.749Z" hostname="runnervmnay03" tests="2" failures="0" errors="0" skipped="0" time="0.03263535">
|
|
42
|
+
<testcase classname="src/lib/utils/flow/servicesGraph.test.ts" name="servicesGraph > correctly loads bidirectional connections between two services in the same group" time="0.029560582">
|
|
43
43
|
<system-out>
|
|
44
44
|
Creating edge from svc::g1::svc-a to svc::g1::svc-b of type TCP (internal)
|
|
45
45
|
Creating edge from svc::g1::svc-b to svc::g1::svc-a of type TCP (internal)
|
|
46
46
|
|
|
47
47
|
</system-out>
|
|
48
48
|
</testcase>
|
|
49
|
-
<testcase classname="src/lib/utils/flow/servicesGraph.test.ts" name="servicesGraph > correctly loads bidirectional connections involving an external service" time="0.
|
|
49
|
+
<testcase classname="src/lib/utils/flow/servicesGraph.test.ts" name="servicesGraph > correctly loads bidirectional connections involving an external service" time="0.001290834">
|
|
50
50
|
<system-out>
|
|
51
51
|
Creating edge from svc::g1::svc-a to svc::g2::svc-ext of type TCP (external)
|
|
52
52
|
Creating edge from svc::g2::svc-ext to svc::g1::svc-a of type TCP (external)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"numTotalTestSuites":7,"numPassedTestSuites":7,"numFailedTestSuites":0,"numPendingTestSuites":0,"numTotalTests":13,"numPassedTests":13,"numFailedTests":0,"numPendingTests":0,"numTodoTests":0,"snapshot":{"added":0,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":0,"total":0,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0,"didUpdate":false},"startTime":
|
|
1
|
+
{"numTotalTestSuites":7,"numPassedTestSuites":7,"numFailedTestSuites":0,"numPendingTestSuites":0,"numTotalTests":13,"numPassedTests":13,"numFailedTests":0,"numPendingTests":0,"numTodoTests":0,"snapshot":{"added":0,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":0,"total":0,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0,"didUpdate":false},"startTime":1772393628529,"success":true,"testResults":[{"assertionResults":[{"ancestorTitles":["routingStore"],"fullName":"routingStore registers nodes and routes an edge between them","status":"passed","title":"registers nodes and routes an edge between them","duration":35.59350100000029,"failureMessages":[],"meta":{}},{"ancestorTitles":["routingStore"],"fullName":"routingStore nudges parallel edges apart","status":"passed","title":"nudges parallel edges apart","duration":5.711890999999923,"failureMessages":[],"meta":{}},{"ancestorTitles":["routingStore"],"fullName":"routingStore unregisters an edge and stops returning its points","status":"passed","title":"unregisters an edge and stops returning its points","duration":2.7120850000001155,"failureMessages":[],"meta":{}}],"startTime":1772393630621,"endTime":1772393630664.7122,"status":"passed","message":"","name":"/home/runner/work/resource-mapper/resource-mapper/packages/core/src/lib/stores/routingStore.test.ts"},{"assertionResults":[{"ancestorTitles":["layoutFlowGraph"],"fullName":"layoutFlowGraph returns positions for nodes and preserves signature","status":"passed","title":"returns positions for nodes and preserves signature","duration":84.86893199999986,"failureMessages":[],"meta":{}},{"ancestorTitles":["layoutFlowGraph"],"fullName":"layoutFlowGraph keeps nodes and edges ids and data","status":"passed","title":"keeps nodes and edges ids and data","duration":18.879042000000027,"failureMessages":[],"meta":{}},{"ancestorTitles":["layoutFlowGraph"],"fullName":"layoutFlowGraph handles a simple group with a child service node","status":"passed","title":"handles a simple group with a child service node","duration":13.3363260000001,"failureMessages":[],"meta":{}},{"ancestorTitles":["calculateEdgeOffset"],"fullName":"calculateEdgeOffset returns 0 for a single edge","status":"passed","title":"returns 0 for a single edge","duration":0.448214999999891,"failureMessages":[],"meta":{}},{"ancestorTitles":["calculateEdgeOffset"],"fullName":"calculateEdgeOffset spreads multiple edges and sorts them by target position","status":"passed","title":"spreads multiple edges and sorts them by target position","duration":0.4109960000000683,"failureMessages":[],"meta":{}},{"ancestorTitles":["calculateEdgeOffset"],"fullName":"calculateEdgeOffset spreads three edges correctly","status":"passed","title":"spreads three edges correctly","duration":0.2562670000002072,"failureMessages":[],"meta":{}},{"ancestorTitles":["calculateEdgeOffset"],"fullName":"calculateEdgeOffset correctly calculates offsets for nodes in groups vs orphans using absolute coordinates","status":"passed","title":"correctly calculates offsets for nodes in groups vs orphans using absolute coordinates","duration":0.3723139999997329,"failureMessages":[],"meta":{}},{"ancestorTitles":["calculateEdgeOffset"],"fullName":"calculateEdgeOffset correctly calculates absolute coordinates for deeply nested nodes","status":"passed","title":"correctly calculates absolute coordinates for deeply nested nodes","duration":0.24674000000004526,"failureMessages":[],"meta":{}}],"startTime":1772393630616,"endTime":1772393630735.3723,"status":"passed","message":"","name":"/home/runner/work/resource-mapper/resource-mapper/packages/core/src/lib/utils/flow/layout.test.ts"},{"assertionResults":[{"ancestorTitles":["servicesGraph"],"fullName":"servicesGraph correctly loads bidirectional connections between two services in the same group","status":"passed","title":"correctly loads bidirectional connections between two services in the same group","duration":29.56058200000001,"failureMessages":[],"meta":{}},{"ancestorTitles":["servicesGraph"],"fullName":"servicesGraph correctly loads bidirectional connections involving an external service","status":"passed","title":"correctly loads bidirectional connections involving an external service","duration":1.290834000000018,"failureMessages":[],"meta":{}}],"startTime":1772393629006,"endTime":1772393629036.2908,"status":"passed","message":"","name":"/home/runner/work/resource-mapper/resource-mapper/packages/core/src/lib/utils/flow/servicesGraph.test.ts"}]}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
friendlyName: "API Gateway"
|
|
2
|
-
description: |
|
|
3
|
-
RESTful API Gateway managing HTTP requests and routing to backend Lambda functions.
|
|
4
|
-
|
|
5
|
-
Provides request/response transformation, authorization, throttling, and API versioning.
|
|
6
|
-
Configured with custom domain, CORS, and request validation.
|
|
7
|
-
serviceType: API_GATEWAY
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "api/lambda-users"
|
|
10
|
-
description: "Routes user management requests"
|
|
11
|
-
connectionType: CALLS
|
|
12
|
-
- targetIdentifier: "api/lambda-orders"
|
|
13
|
-
description: "Routes order processing requests"
|
|
14
|
-
connectionType: CALLS
|
|
15
|
-
- targetIdentifier: "api/lambda-products"
|
|
16
|
-
description: "Routes product catalog requests"
|
|
17
|
-
connectionType: CALLS
|
|
18
|
-
|
|
1
|
+
friendlyName: "API Gateway"
|
|
2
|
+
description: |
|
|
3
|
+
RESTful API Gateway managing HTTP requests and routing to backend Lambda functions.
|
|
4
|
+
|
|
5
|
+
Provides request/response transformation, authorization, throttling, and API versioning.
|
|
6
|
+
Configured with custom domain, CORS, and request validation.
|
|
7
|
+
serviceType: API_GATEWAY
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "api/lambda-users"
|
|
10
|
+
description: "Routes user management requests"
|
|
11
|
+
connectionType: CALLS
|
|
12
|
+
- targetIdentifier: "api/lambda-orders"
|
|
13
|
+
description: "Routes order processing requests"
|
|
14
|
+
connectionType: CALLS
|
|
15
|
+
- targetIdentifier: "api/lambda-products"
|
|
16
|
+
description: "Routes product catalog requests"
|
|
17
|
+
connectionType: CALLS
|
|
18
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
name: "API Services"
|
|
2
|
-
description: |
|
|
3
|
-
Manages serverless API infrastructure with API Gateway and Lambda functions.
|
|
4
|
-
This group handles RESTful API endpoints, authentication, request routing,
|
|
5
|
-
and serverless compute for business logic.
|
|
6
|
-
teamId: "interface-architects"
|
|
7
|
-
|
|
1
|
+
name: "API Services"
|
|
2
|
+
description: |
|
|
3
|
+
Manages serverless API infrastructure with API Gateway and Lambda functions.
|
|
4
|
+
This group handles RESTful API endpoints, authentication, request routing,
|
|
5
|
+
and serverless compute for business logic.
|
|
6
|
+
teamId: "interface-architects"
|
|
7
|
+
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
friendlyName: "Order Processing Lambda"
|
|
2
|
-
description: |
|
|
3
|
-
Lambda function managing order creation, updates, and tracking.
|
|
4
|
-
|
|
5
|
-
Handles complex order workflows including payment processing, inventory checks,
|
|
6
|
-
and order status updates. Interacts with multiple data stores for reliability.
|
|
7
|
-
serviceType: LAMBDA
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "data/dynamodb-orders"
|
|
10
|
-
description: "Order data storage"
|
|
11
|
-
connectionType: CALLS
|
|
12
|
-
- targetIdentifier: "data/dynamodb-notifications"
|
|
13
|
-
description: "Order data storage"
|
|
14
|
-
connectionType: CALLS
|
|
15
|
-
- targetIdentifier: "data/rds-postgres"
|
|
16
|
-
description: "Transactional order processing"
|
|
17
|
-
connectionType: TCP
|
|
18
|
-
- targetIdentifier: "compute/ecs-inventory"
|
|
19
|
-
description: "Inventory validation"
|
|
20
|
-
connectionType: TCP
|
|
21
|
-
|
|
1
|
+
friendlyName: "Order Processing Lambda"
|
|
2
|
+
description: |
|
|
3
|
+
Lambda function managing order creation, updates, and tracking.
|
|
4
|
+
|
|
5
|
+
Handles complex order workflows including payment processing, inventory checks,
|
|
6
|
+
and order status updates. Interacts with multiple data stores for reliability.
|
|
7
|
+
serviceType: LAMBDA
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "data/dynamodb-orders"
|
|
10
|
+
description: "Order data storage"
|
|
11
|
+
connectionType: CALLS
|
|
12
|
+
- targetIdentifier: "data/dynamodb-notifications"
|
|
13
|
+
description: "Order data storage"
|
|
14
|
+
connectionType: CALLS
|
|
15
|
+
- targetIdentifier: "data/rds-postgres"
|
|
16
|
+
description: "Transactional order processing"
|
|
17
|
+
connectionType: TCP
|
|
18
|
+
- targetIdentifier: "compute/ecs-inventory"
|
|
19
|
+
description: "Inventory validation"
|
|
20
|
+
connectionType: TCP
|
|
21
|
+
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
friendlyName: "Product Catalog Lambda"
|
|
2
|
-
description: |
|
|
3
|
-
Lambda function managing product information, search, and recommendations.
|
|
4
|
-
|
|
5
|
-
Provides fast product lookups with caching and search functionality.
|
|
6
|
-
Uses DynamoDB for quick reads and Redis cache for frequently accessed data.
|
|
7
|
-
serviceType: LAMBDA
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "data/dynamodb-products"
|
|
10
|
-
description: "Product catalog data"
|
|
11
|
-
connectionType: CALLS
|
|
12
|
-
- targetIdentifier: "data/redis"
|
|
13
|
-
description: "Product cache for performance"
|
|
14
|
-
connectionType: TCP
|
|
15
|
-
|
|
1
|
+
friendlyName: "Product Catalog Lambda"
|
|
2
|
+
description: |
|
|
3
|
+
Lambda function managing product information, search, and recommendations.
|
|
4
|
+
|
|
5
|
+
Provides fast product lookups with caching and search functionality.
|
|
6
|
+
Uses DynamoDB for quick reads and Redis cache for frequently accessed data.
|
|
7
|
+
serviceType: LAMBDA
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "data/dynamodb-products"
|
|
10
|
+
description: "Product catalog data"
|
|
11
|
+
connectionType: CALLS
|
|
12
|
+
- targetIdentifier: "data/redis"
|
|
13
|
+
description: "Product cache for performance"
|
|
14
|
+
connectionType: TCP
|
|
15
|
+
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
friendlyName: "User Management Lambda"
|
|
2
|
-
description: |
|
|
3
|
-
Lambda function handling user authentication, registration, and profile management.
|
|
4
|
-
|
|
5
|
-
Processes user-related API requests with JWT token validation and session management.
|
|
6
|
-
Connects to DynamoDB for user data storage and RDS for transactional operations.
|
|
7
|
-
serviceType: LAMBDA
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "data/dynamodb-users"
|
|
10
|
-
description: "User data storage"
|
|
11
|
-
connectionType: CALLS
|
|
12
|
-
- targetIdentifier: "data/rds-postgres"
|
|
13
|
-
description: "User authentication data"
|
|
14
|
-
connectionType: TCP
|
|
15
|
-
|
|
1
|
+
friendlyName: "User Management Lambda"
|
|
2
|
+
description: |
|
|
3
|
+
Lambda function handling user authentication, registration, and profile management.
|
|
4
|
+
|
|
5
|
+
Processes user-related API requests with JWT token validation and session management.
|
|
6
|
+
Connects to DynamoDB for user data storage and RDS for transactional operations.
|
|
7
|
+
serviceType: LAMBDA
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "data/dynamodb-users"
|
|
10
|
+
description: "User data storage"
|
|
11
|
+
connectionType: CALLS
|
|
12
|
+
- targetIdentifier: "data/rds-postgres"
|
|
13
|
+
description: "User authentication data"
|
|
14
|
+
connectionType: TCP
|
|
15
|
+
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
friendlyName: "Application Load Balancer"
|
|
2
|
-
description: |
|
|
3
|
-
Application Load Balancer distributing traffic to ECS services across availability zones.
|
|
4
|
-
|
|
5
|
-
Provides health checks, SSL termination, and intelligent routing with path-based rules.
|
|
6
|
-
Configured with auto-scaling and connection draining for zero-downtime deployments.
|
|
7
|
-
serviceType: ALB
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "compute/ecs-inventory"
|
|
10
|
-
description: "Routes to inventory service"
|
|
11
|
-
connectionType: TCP
|
|
12
|
-
- targetIdentifier: "compute/ecs-notification"
|
|
13
|
-
description: "Routes to notification service"
|
|
14
|
-
connectionType: TCP
|
|
15
|
-
|
|
1
|
+
friendlyName: "Application Load Balancer"
|
|
2
|
+
description: |
|
|
3
|
+
Application Load Balancer distributing traffic to ECS services across availability zones.
|
|
4
|
+
|
|
5
|
+
Provides health checks, SSL termination, and intelligent routing with path-based rules.
|
|
6
|
+
Configured with auto-scaling and connection draining for zero-downtime deployments.
|
|
7
|
+
serviceType: ALB
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "compute/ecs-inventory"
|
|
10
|
+
description: "Routes to inventory service"
|
|
11
|
+
connectionType: TCP
|
|
12
|
+
- targetIdentifier: "compute/ecs-notification"
|
|
13
|
+
description: "Routes to notification service"
|
|
14
|
+
connectionType: TCP
|
|
15
|
+
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
friendlyName: "ECS Inventory Service"
|
|
2
|
-
description: |
|
|
3
|
-
Containerized Spring Boot inventory management service running on ECS Fargate.
|
|
4
|
-
|
|
5
|
-
REST API service handling real-time inventory tracking, stock updates, and warehouse management.
|
|
6
|
-
Built with Spring Boot, provides endpoints for inventory CRUD operations, stock level monitoring,
|
|
7
|
-
and automated reorder alerts. Auto-scales based on CPU and memory metrics.
|
|
8
|
-
serviceType: ECS
|
|
9
|
-
outgoingConnections:
|
|
10
|
-
- targetIdentifier: "data/rds-postgres"
|
|
11
|
-
description: "PostgreSQL database for inventory persistence"
|
|
12
|
-
connectionType: TCP
|
|
13
|
-
- targetIdentifier: "data/redis"
|
|
14
|
-
description: "Redis cache for high-frequency inventory lookups"
|
|
15
|
-
connectionType: TCP
|
|
16
|
-
|
|
1
|
+
friendlyName: "ECS Inventory Service"
|
|
2
|
+
description: |
|
|
3
|
+
Containerized Spring Boot inventory management service running on ECS Fargate.
|
|
4
|
+
|
|
5
|
+
REST API service handling real-time inventory tracking, stock updates, and warehouse management.
|
|
6
|
+
Built with Spring Boot, provides endpoints for inventory CRUD operations, stock level monitoring,
|
|
7
|
+
and automated reorder alerts. Auto-scales based on CPU and memory metrics.
|
|
8
|
+
serviceType: ECS
|
|
9
|
+
outgoingConnections:
|
|
10
|
+
- targetIdentifier: "data/rds-postgres"
|
|
11
|
+
description: "PostgreSQL database for inventory persistence"
|
|
12
|
+
connectionType: TCP
|
|
13
|
+
- targetIdentifier: "data/redis"
|
|
14
|
+
description: "Redis cache for high-frequency inventory lookups"
|
|
15
|
+
connectionType: TCP
|
|
16
|
+
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
friendlyName: "ECS Notification Service"
|
|
2
|
-
description: |
|
|
3
|
-
Containerized notification service running on ECS for email and SMS delivery.
|
|
4
|
-
|
|
5
|
-
Processes notification queues and sends alerts to users via multiple channels.
|
|
6
|
-
Integrates with external services and maintains delivery logs in DynamoDB.
|
|
7
|
-
serviceType: ECS
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "data/dynamodb-notifications"
|
|
10
|
-
description: "Notification logs and queue"
|
|
11
|
-
connectionType: CALLS
|
|
12
|
-
- targetIdentifier: "data/redis"
|
|
13
|
-
description: "Redis cache for high-frequency inventory lookups"
|
|
14
|
-
connectionType: TCP
|
|
15
|
-
|
|
1
|
+
friendlyName: "ECS Notification Service"
|
|
2
|
+
description: |
|
|
3
|
+
Containerized notification service running on ECS for email and SMS delivery.
|
|
4
|
+
|
|
5
|
+
Processes notification queues and sends alerts to users via multiple channels.
|
|
6
|
+
Integrates with external services and maintains delivery logs in DynamoDB.
|
|
7
|
+
serviceType: ECS
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "data/dynamodb-notifications"
|
|
10
|
+
description: "Notification logs and queue"
|
|
11
|
+
connectionType: CALLS
|
|
12
|
+
- targetIdentifier: "data/redis"
|
|
13
|
+
description: "Redis cache for high-frequency inventory lookups"
|
|
14
|
+
connectionType: TCP
|
|
15
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
name: "Compute Services"
|
|
2
|
-
description: |
|
|
3
|
-
Manages containerized applications, load balancers, and compute resources.
|
|
4
|
-
This group handles ECS clusters, container services, and application load balancers
|
|
5
|
-
for running stateful and long-running applications.
|
|
6
|
-
teamId: "cloud-shepherds"
|
|
7
|
-
|
|
1
|
+
name: "Compute Services"
|
|
2
|
+
description: |
|
|
3
|
+
Manages containerized applications, load balancers, and compute resources.
|
|
4
|
+
This group handles ECS clusters, container services, and application load balancers
|
|
5
|
+
for running stateful and long-running applications.
|
|
6
|
+
teamId: "cloud-shepherds"
|
|
7
|
+
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
friendlyName: "DynamoDB Notifications Table"
|
|
2
|
-
description: |
|
|
3
|
-
DynamoDB table tracking notification delivery status and queued messages.
|
|
4
|
-
|
|
5
|
-
Manages notification queue with TTL for automatic cleanup of processed notifications.
|
|
6
|
-
Provides audit trail for compliance and debugging notification issues.
|
|
7
|
-
serviceType: DYNAMODB
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "api/lambda-orders"
|
|
10
|
-
description: "Triggers order processing Lambda function"
|
|
11
|
-
connectionType: STREAM
|
|
12
|
-
|
|
1
|
+
friendlyName: "DynamoDB Notifications Table"
|
|
2
|
+
description: |
|
|
3
|
+
DynamoDB table tracking notification delivery status and queued messages.
|
|
4
|
+
|
|
5
|
+
Manages notification queue with TTL for automatic cleanup of processed notifications.
|
|
6
|
+
Provides audit trail for compliance and debugging notification issues.
|
|
7
|
+
serviceType: DYNAMODB
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "api/lambda-orders"
|
|
10
|
+
description: "Triggers order processing Lambda function"
|
|
11
|
+
connectionType: STREAM
|
|
12
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
friendlyName: "DynamoDB Orders Table"
|
|
2
|
-
description: |
|
|
3
|
-
DynamoDB table storing order history and real-time order status tracking.
|
|
4
|
-
|
|
5
|
-
Optimized for high-throughput reads and writes with TTL for order archival.
|
|
6
|
-
Uses DynamoDB Streams for event-driven order processing workflows.
|
|
7
|
-
serviceType: DYNAMODB
|
|
8
|
-
outgoingConnections: []
|
|
9
|
-
|
|
1
|
+
friendlyName: "DynamoDB Orders Table"
|
|
2
|
+
description: |
|
|
3
|
+
DynamoDB table storing order history and real-time order status tracking.
|
|
4
|
+
|
|
5
|
+
Optimized for high-throughput reads and writes with TTL for order archival.
|
|
6
|
+
Uses DynamoDB Streams for event-driven order processing workflows.
|
|
7
|
+
serviceType: DYNAMODB
|
|
8
|
+
outgoingConnections: []
|
|
9
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
friendlyName: "DynamoDB Products Table"
|
|
2
|
-
description: |
|
|
3
|
-
DynamoDB table managing product catalog with full-text search capabilities.
|
|
4
|
-
|
|
5
|
-
Stores product details, pricing, and inventory levels with global tables for multi-region access.
|
|
6
|
-
Integrated with ElastiCache for frequently accessed product data.
|
|
7
|
-
serviceType: DYNAMODB
|
|
8
|
-
outgoingConnections: []
|
|
9
|
-
|
|
1
|
+
friendlyName: "DynamoDB Products Table"
|
|
2
|
+
description: |
|
|
3
|
+
DynamoDB table managing product catalog with full-text search capabilities.
|
|
4
|
+
|
|
5
|
+
Stores product details, pricing, and inventory levels with global tables for multi-region access.
|
|
6
|
+
Integrated with ElastiCache for frequently accessed product data.
|
|
7
|
+
serviceType: DYNAMODB
|
|
8
|
+
outgoingConnections: []
|
|
9
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
friendlyName: "DynamoDB Users Table"
|
|
2
|
-
description: |
|
|
3
|
-
DynamoDB table storing user profiles and session data with global secondary indexes.
|
|
4
|
-
|
|
5
|
-
Provides single-digit millisecond latency for user lookups and session management.
|
|
6
|
-
Configured with on-demand capacity and point-in-time recovery enabled.
|
|
7
|
-
serviceType: DYNAMODB
|
|
8
|
-
outgoingConnections: []
|
|
9
|
-
|
|
1
|
+
friendlyName: "DynamoDB Users Table"
|
|
2
|
+
description: |
|
|
3
|
+
DynamoDB table storing user profiles and session data with global secondary indexes.
|
|
4
|
+
|
|
5
|
+
Provides single-digit millisecond latency for user lookups and session management.
|
|
6
|
+
Configured with on-demand capacity and point-in-time recovery enabled.
|
|
7
|
+
serviceType: DYNAMODB
|
|
8
|
+
outgoingConnections: []
|
|
9
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
name: "Data Storage"
|
|
2
|
-
description: |
|
|
3
|
-
Manages database systems and data persistence layers.
|
|
4
|
-
This group handles RDS relational databases, DynamoDB NoSQL tables,
|
|
5
|
-
and data backup/recovery strategies for the entire platform.
|
|
6
|
-
teamId: "data-wizards"
|
|
7
|
-
|
|
1
|
+
name: "Data Storage"
|
|
2
|
+
description: |
|
|
3
|
+
Manages database systems and data persistence layers.
|
|
4
|
+
This group handles RDS relational databases, DynamoDB NoSQL tables,
|
|
5
|
+
and data backup/recovery strategies for the entire platform.
|
|
6
|
+
teamId: "data-wizards"
|
|
7
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
friendlyName: "RDS PostgreSQL Database"
|
|
2
|
-
description: |
|
|
3
|
-
Multi-AZ PostgreSQL RDS instance for transactional data and relational storage.
|
|
4
|
-
|
|
5
|
-
Provides ACID transactions, complex queries, and data consistency for critical business data.
|
|
6
|
-
Configured with automated backups, point-in-time recovery, and read replicas for scaling.
|
|
7
|
-
serviceType: RDS
|
|
8
|
-
outgoingConnections: []
|
|
9
|
-
|
|
1
|
+
friendlyName: "RDS PostgreSQL Database"
|
|
2
|
+
description: |
|
|
3
|
+
Multi-AZ PostgreSQL RDS instance for transactional data and relational storage.
|
|
4
|
+
|
|
5
|
+
Provides ACID transactions, complex queries, and data consistency for critical business data.
|
|
6
|
+
Configured with automated backups, point-in-time recovery, and read replicas for scaling.
|
|
7
|
+
serviceType: RDS
|
|
8
|
+
outgoingConnections: []
|
|
9
|
+
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
friendlyName: "Redis Cache Server"
|
|
2
|
-
description: |
|
|
3
|
-
High-performance in-memory data store used for caching and session management.
|
|
4
|
-
|
|
5
|
-
This Redis instance provides fast data access for session storage, reducing
|
|
6
|
-
database load and improving application performance. Configured with persistence
|
|
7
|
-
enabled for data durability.
|
|
8
|
-
serviceType: VALKEY
|
|
9
|
-
outgoingConnections: []
|
|
10
|
-
|
|
1
|
+
friendlyName: "Redis Cache Server"
|
|
2
|
+
description: |
|
|
3
|
+
High-performance in-memory data store used for caching and session management.
|
|
4
|
+
|
|
5
|
+
This Redis instance provides fast data access for session storage, reducing
|
|
6
|
+
database load and improving application performance. Configured with persistence
|
|
7
|
+
enabled for data durability.
|
|
8
|
+
serviceType: VALKEY
|
|
9
|
+
outgoingConnections: []
|
|
10
|
+
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
friendlyName: "CloudFront CDN Distribution"
|
|
2
|
-
description: |
|
|
3
|
-
CloudFront distribution providing global content delivery with edge caching.
|
|
4
|
-
|
|
5
|
-
Configured with custom SSL certificate, HTTPS enforcement, and optimized
|
|
6
|
-
cache behaviors. Improves website performance and reduces S3 costs by caching content at edge locations.
|
|
7
|
-
serviceType: CLOUDFRONT
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "frontend/s3-website"
|
|
10
|
-
description: "Origin - S3 static website bucket"
|
|
11
|
-
connectionType: TCP
|
|
12
|
-
|
|
1
|
+
friendlyName: "CloudFront CDN Distribution"
|
|
2
|
+
description: |
|
|
3
|
+
CloudFront distribution providing global content delivery with edge caching.
|
|
4
|
+
|
|
5
|
+
Configured with custom SSL certificate, HTTPS enforcement, and optimized
|
|
6
|
+
cache behaviors. Improves website performance and reduces S3 costs by caching content at edge locations.
|
|
7
|
+
serviceType: CLOUDFRONT
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "frontend/s3-website"
|
|
10
|
+
description: "Origin - S3 static website bucket"
|
|
11
|
+
connectionType: TCP
|
|
12
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
name: "Frontend Infrastructure"
|
|
2
|
-
description: |
|
|
3
|
-
Manages static website hosting, CDN, and DNS for the web application.
|
|
4
|
-
This group handles all frontend-facing AWS services including S3 buckets
|
|
5
|
-
for static assets, CloudFront for global content delivery, and Route53 for DNS management.
|
|
6
|
-
teamId: "interface-architects"
|
|
7
|
-
|
|
1
|
+
name: "Frontend Infrastructure"
|
|
2
|
+
description: |
|
|
3
|
+
Manages static website hosting, CDN, and DNS for the web application.
|
|
4
|
+
This group handles all frontend-facing AWS services including S3 buckets
|
|
5
|
+
for static assets, CloudFront for global content delivery, and Route53 for DNS management.
|
|
6
|
+
teamId: "interface-architects"
|
|
7
|
+
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
friendlyName: "Route53 DNS Zone"
|
|
2
|
-
description: |
|
|
3
|
-
Route53 hosted zone managing DNS records for the application domain.
|
|
4
|
-
|
|
5
|
-
Handles domain name resolution with health checks and routing policies.
|
|
6
|
-
Configured with alias records pointing to CloudFront and ALB endpoints.
|
|
7
|
-
serviceType: ROUTE53
|
|
8
|
-
outgoingConnections:
|
|
9
|
-
- targetIdentifier: "frontend/cloudfront"
|
|
10
|
-
description: "DNS resolution to CloudFront distribution"
|
|
11
|
-
connectionType: TCP
|
|
12
|
-
- targetIdentifier: "compute/alb"
|
|
13
|
-
description: "DNS resolution to Application Load Balancer"
|
|
14
|
-
connectionType: TCP
|
|
15
|
-
|
|
1
|
+
friendlyName: "Route53 DNS Zone"
|
|
2
|
+
description: |
|
|
3
|
+
Route53 hosted zone managing DNS records for the application domain.
|
|
4
|
+
|
|
5
|
+
Handles domain name resolution with health checks and routing policies.
|
|
6
|
+
Configured with alias records pointing to CloudFront and ALB endpoints.
|
|
7
|
+
serviceType: ROUTE53
|
|
8
|
+
outgoingConnections:
|
|
9
|
+
- targetIdentifier: "frontend/cloudfront"
|
|
10
|
+
description: "DNS resolution to CloudFront distribution"
|
|
11
|
+
connectionType: TCP
|
|
12
|
+
- targetIdentifier: "compute/alb"
|
|
13
|
+
description: "DNS resolution to Application Load Balancer"
|
|
14
|
+
connectionType: TCP
|
|
15
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
friendlyName: "S3 Static Website Bucket"
|
|
2
|
-
description: |
|
|
3
|
-
S3 bucket hosting static website assets including HTML, CSS, JavaScript, and images.
|
|
4
|
-
|
|
5
|
-
Configured with website hosting enabled, versioning for rollback capability,
|
|
6
|
-
and lifecycle policies for cost optimization. Serves as the origin for CloudFront distribution.
|
|
7
|
-
serviceType: S3
|
|
8
|
-
outgoingConnections: []
|
|
9
|
-
|
|
1
|
+
friendlyName: "S3 Static Website Bucket"
|
|
2
|
+
description: |
|
|
3
|
+
S3 bucket hosting static website assets including HTML, CSS, JavaScript, and images.
|
|
4
|
+
|
|
5
|
+
Configured with website hosting enabled, versioning for rollback capability,
|
|
6
|
+
and lifecycle policies for cost optimization. Serves as the origin for CloudFront distribution.
|
|
7
|
+
serviceType: S3
|
|
8
|
+
outgoingConnections: []
|
|
9
|
+
|