aws-samples / saga-orchestration-netcore-blog
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 19
  • Daily file updates (only one update per file and date counted): 77
  • First update: 2021-07-06
  • Latest update: 2021-09-13
  • Days between first and latest update: 70 (10 weeks, estimated 50 working days)
  • Active days (at least one file change): 2
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 19 files with 1,000 lines of code in files.
    • 0 files that are 366+ days old (0 lines of code)
    • 19 files that are 181-365 days old (1,000 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
0% | 100% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 19 files with 1,000 lines of code in files.
    • 0 files have been last changed 366+ days ago (0 lines of code)
    • 18 files have been last changed 181-365 days ago (928 lines of code)
    • 1 files have been last changed 91-180 days ago (72 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 0 files have been last changed 1-30 days ago (0 lines of code)
0% | 92% | 7% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
cs, csproj, md, json, yml, txt, gitignore
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
cs0% | 100% | 0% | 0% | 0%
yml0% | 100% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
cs0% | 90% | 9% | 0% | 0%
yml0% | 100% | 0% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
cdk-saga-orchestration/src/CdkSagaOrchestration0% | 100% | 0% | 0% | 0%
saga-orchestration/UpdateInventoryLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/RevertInventoryLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/InvokeOrchestratorLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/RemoveOrderLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/PlaceOrderLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/MakePaymentLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/PlaceOrderLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/MakePaymentLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/RemoveOrderLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/RevertInventoryLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/InvokeOrchestratorLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/RevertPaymentLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/SendNotificationLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/UpdateInventoryLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/RevertPaymentLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/SendNotificationLambda/src0% | 100% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
cdk-saga-orchestration/src/CdkSagaOrchestration0% | 100% | 0% | 0% | 0%
saga-orchestration/UpdateInventoryLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/RevertInventoryLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/RemoveOrderLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/PlaceOrderLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/MakePaymentLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/PlaceOrderLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/MakePaymentLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/RemoveOrderLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/RevertInventoryLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/InvokeOrchestratorLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/RevertPaymentLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/SendNotificationLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/UpdateInventoryLambda0% | 100% | 0% | 0% | 0%
saga-orchestration/RevertPaymentLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/SendNotificationLambda/src0% | 100% | 0% | 0% | 0%
saga-orchestration/InvokeOrchestratorLambda/src0% | 0% | 100% | 0% | 0%
Oldest Files (Top 19)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
CdkSagaOrchestrationStack.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
270 1 210 210 1
Function.cs
in saga-orchestration/UpdateInventoryLambda/src/UpdateInventoryLambda
88 3 210 210 1
Function.cs
in saga-orchestration/RevertInventoryLambda/src/RevertInventoryLambda
76 3 210 210 1
Function.cs
in saga-orchestration/InvokeOrchestratorLambda/src/InvokeOrchestratorLambda
72 2 141 210 2
Function.cs
in saga-orchestration/RemoveOrderLambda/src/RemoveOrderLambda
64 3 210 210 1
Function.cs
in saga-orchestration/PlaceOrderLambda/src/PlaceOrderLambda
54 2 210 210 1
Function.cs
in saga-orchestration/MakePaymentLambda/src/MakePaymentLambda
38 1 210 210 1
buildspec.yml
in saga-orchestration/PlaceOrderLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/MakePaymentLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RemoveOrderLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RevertInventoryLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/InvokeOrchestratorLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RevertPaymentLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/SendNotificationLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/UpdateInventoryLambda
34 - 210 210 1
Function.cs
in saga-orchestration/RevertPaymentLambda/src/RevertPaymentLambda
26 1 210 210 1
Function.cs
in saga-orchestration/SendNotificationLambda/src/SendNotificationLambda
23 1 210 210 1
Program.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
16 1 210 210 1
GlobalSuppressions.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
1 - 210 210 1
Files Not Recently Changed (Top 19)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
GlobalSuppressions.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
1 - 210 210 1
Program.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
16 1 210 210 1
Function.cs
in saga-orchestration/SendNotificationLambda/src/SendNotificationLambda
23 1 210 210 1
Function.cs
in saga-orchestration/RevertPaymentLambda/src/RevertPaymentLambda
26 1 210 210 1
buildspec.yml
in saga-orchestration/UpdateInventoryLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/SendNotificationLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RevertPaymentLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/InvokeOrchestratorLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RevertInventoryLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RemoveOrderLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/MakePaymentLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/PlaceOrderLambda
34 - 210 210 1
Function.cs
in saga-orchestration/MakePaymentLambda/src/MakePaymentLambda
38 1 210 210 1
Function.cs
in saga-orchestration/PlaceOrderLambda/src/PlaceOrderLambda
54 2 210 210 1
Function.cs
in saga-orchestration/RemoveOrderLambda/src/RemoveOrderLambda
64 3 210 210 1
Function.cs
in saga-orchestration/RevertInventoryLambda/src/RevertInventoryLambda
76 3 210 210 1
Function.cs
in saga-orchestration/UpdateInventoryLambda/src/UpdateInventoryLambda
88 3 210 210 1
CdkSagaOrchestrationStack.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
270 1 210 210 1
Function.cs
in saga-orchestration/InvokeOrchestratorLambda/src/InvokeOrchestratorLambda
72 2 141 210 2
Most Recently Created Files (Top 19)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
CdkSagaOrchestrationStack.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
270 1 210 210 1
Function.cs
in saga-orchestration/UpdateInventoryLambda/src/UpdateInventoryLambda
88 3 210 210 1
Function.cs
in saga-orchestration/RevertInventoryLambda/src/RevertInventoryLambda
76 3 210 210 1
Function.cs
in saga-orchestration/InvokeOrchestratorLambda/src/InvokeOrchestratorLambda
72 2 141 210 2
Function.cs
in saga-orchestration/RemoveOrderLambda/src/RemoveOrderLambda
64 3 210 210 1
Function.cs
in saga-orchestration/PlaceOrderLambda/src/PlaceOrderLambda
54 2 210 210 1
Function.cs
in saga-orchestration/MakePaymentLambda/src/MakePaymentLambda
38 1 210 210 1
buildspec.yml
in saga-orchestration/PlaceOrderLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/MakePaymentLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RemoveOrderLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RevertInventoryLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/InvokeOrchestratorLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RevertPaymentLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/SendNotificationLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/UpdateInventoryLambda
34 - 210 210 1
Function.cs
in saga-orchestration/RevertPaymentLambda/src/RevertPaymentLambda
26 1 210 210 1
Function.cs
in saga-orchestration/SendNotificationLambda/src/SendNotificationLambda
23 1 210 210 1
Program.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
16 1 210 210 1
GlobalSuppressions.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
1 - 210 210 1
Most Recently Changed Files (Top 19)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
Function.cs
in saga-orchestration/InvokeOrchestratorLambda/src/InvokeOrchestratorLambda
72 2 141 210 2
CdkSagaOrchestrationStack.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
270 1 210 210 1
Function.cs
in saga-orchestration/UpdateInventoryLambda/src/UpdateInventoryLambda
88 3 210 210 1
Function.cs
in saga-orchestration/RevertInventoryLambda/src/RevertInventoryLambda
76 3 210 210 1
Function.cs
in saga-orchestration/RemoveOrderLambda/src/RemoveOrderLambda
64 3 210 210 1
Function.cs
in saga-orchestration/PlaceOrderLambda/src/PlaceOrderLambda
54 2 210 210 1
Function.cs
in saga-orchestration/MakePaymentLambda/src/MakePaymentLambda
38 1 210 210 1
buildspec.yml
in saga-orchestration/PlaceOrderLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/MakePaymentLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RemoveOrderLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RevertInventoryLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/InvokeOrchestratorLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/RevertPaymentLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/SendNotificationLambda
34 - 210 210 1
buildspec.yml
in saga-orchestration/UpdateInventoryLambda
34 - 210 210 1
Function.cs
in saga-orchestration/RevertPaymentLambda/src/RevertPaymentLambda
26 1 210 210 1
Function.cs
in saga-orchestration/SendNotificationLambda/src/SendNotificationLambda
23 1 210 210 1
Program.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
16 1 210 210 1
GlobalSuppressions.cs
in cdk-saga-orchestration/src/CdkSagaOrchestration
1 - 210 210 1