Skip to content

Commit 84caef4

Browse files
committed
fix: rename LambdaUpload to LambdaKFDApi in architecture diagram
- Update component name to reflect KFD API functionality - Update all connections and styling references - Maintain consistent naming throughout documentation
1 parent d4a2857 commit 84caef4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playbook/diagrams/kainos-studio-architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ graph TB
1313
direction TB
1414
subgraph AWSCompute["Compute Layer"]
1515
LambdaCore[⚡ Lambda<br/>Core Application]
16-
LambdaUpload[⚡ Lambda<br/>Upload Handler]
16+
LambdaKFDApi[⚡ Lambda<br/>KFD API Handler]
1717
end
1818
1919
subgraph AWSStorage["Storage Layer"]
@@ -65,7 +65,7 @@ graph TB
6565
LambdaCore --> S3KFD
6666
LambdaCore --> S3Forms
6767
LambdaCore --> DynamoDB
68-
LambdaUpload --> S3KFD
68+
LambdaKFDApi --> S3KFD
6969
7070
FunctionCore --> StorageKFD
7171
FunctionCore --> StorageForms
@@ -74,7 +74,7 @@ graph TB
7474
7575
%% Monitoring connections
7676
LambdaCore -.-> CloudWatch
77-
LambdaUpload -.-> CloudWatch
77+
LambdaKFDApi -.-> CloudWatch
7878
FunctionCore -.-> AppInsights
7979
FunctionUpload -.-> AppInsights
8080
@@ -89,7 +89,7 @@ graph TB
8989
classDef app fill:#28A745,stroke:#fff,stroke-width:2px,color:#fff
9090
classDef external fill:#6C757D,stroke:#fff,stroke-width:2px,color:#fff
9191
92-
class AWS,AWSCompute,AWSStorage,AWSMonitoring,AWSSecurity,LambdaCore,LambdaUpload,S3KFD,S3Forms,DynamoDB,CloudWatch,KMS,Secrets aws
92+
class AWS,AWSCompute,AWSStorage,AWSMonitoring,AWSSecurity,LambdaCore,LambdaKFDApi,S3KFD,S3Forms,DynamoDB,CloudWatch,KMS,Secrets aws
9393
class Azure,AzureCompute,AzureStorage,AzureMonitoring,AzureSecurity,FunctionCore,FunctionUpload,StorageKFD,StorageForms,CosmosDB,AppInsights,KeyVault azure
9494
class Users,GitHub external
9595
```

0 commit comments

Comments
 (0)