awslabs / aws-bootstrap-kit
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 29 files with 1,599 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (801 lines of code)
    • 23 very small files (798 lines of code)
0% | 0% | 0% | 50% | 49%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
ts0% | 0% | 0% | 47% | 52%
js0% | 0% | 0% | 71% | 28%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
source/aws-bootstrap-kit/lib0% | 0% | 0% | 54% | 45%
source/aws-bootstrap-kit/lib/dns0% | 0% | 0% | 56% | 43%
source/cdk-sso-sync0% | 0% | 0% | 100% | 0%
source/aws-bootstrap-kit/lib/account-handler0% | 0% | 0% | 0% | 100%
source/aws-bootstrap-kit/lib/validate-email-handler0% | 0% | 0% | 0% | 100%
cicd/lib0% | 0% | 0% | 0% | 100%
source/aws-bootstrap-kit0% | 0% | 0% | 0% | 100%
integTests/validateEmailTest/lib0% | 0% | 0% | 0% | 100%
integTests/secureRootUserTest/lib0% | 0% | 0% | 0% | 100%
integTests/secureRootUserTest0% | 0% | 0% | 0% | 100%
integTests/validateEmailTest0% | 0% | 0% | 0% | 100%
cicd0% | 0% | 0% | 0% | 100%
Longest Files (Top 29)
File# lines# units
index.ts
in source/aws-bootstrap-kit/lib/dns/delegation-record-handler
165 9
account.ts
in source/aws-bootstrap-kit/lib
157 2
organization-trail.ts
in source/aws-bootstrap-kit/lib
156 1
organization.ts
in source/aws-bootstrap-kit/lib
113 2
index.js
in source/cdk-sso-sync
106 -
aws-organizations-stack.ts
in source/aws-bootstrap-kit/lib
104 2
dns.ts
in source/aws-bootstrap-kit/lib
91 2
secure-root-user.ts
in source/aws-bootstrap-kit/lib
78 2
index.ts
in source/aws-bootstrap-kit/lib/account-handler
76 2
aws-config-recorder.ts
in source/aws-bootstrap-kit/lib
61 1
account-provider.ts
in source/aws-bootstrap-kit/lib
56 2
organizational-unit.ts
in source/aws-bootstrap-kit/lib
55 1
validate-email-provider.ts
in source/aws-bootstrap-kit/lib
55 2
index.ts
in source/aws-bootstrap-kit/lib/validate-email-handler
46 2
cicd-stack.ts
in cicd/lib
43 1
cross-account-zone-delegation-record.ts
in source/aws-bootstrap-kit/lib/dns
37 1
cross-account-dns-delegator.ts
in source/aws-bootstrap-kit/lib/dns
36 1
cross-account-zone-delegation-record-provider.ts
in source/aws-bootstrap-kit/lib/dns
36 1
validate-email.ts
in source/aws-bootstrap-kit/lib
25 1
utils.ts
in source/aws-bootstrap-kit/lib/dns/delegation-record-handler
19 -
validate_email_test-stack.ts
in integTests/validateEmailTest/lib
15 1
dns-stack.ts
in source/aws-bootstrap-kit/lib
13 1
standard-version-updater.js
in source/aws-bootstrap-kit
13 2
secure_root_user_test-stack.ts
in integTests/secureRootUserTest/lib
8 1
jest.config.js
in source/aws-bootstrap-kit
8 -
jest.config.js
in integTests/secureRootUserTest
7 -
jest.config.js
in integTests/validateEmailTest
7 -
jest.config.js
in cicd
7 -
index.ts
in source/aws-bootstrap-kit/lib
6 -
Files With Most Units (Top 20)
File# lines# units
index.ts
in source/aws-bootstrap-kit/lib/dns/delegation-record-handler
165 9
aws-organizations-stack.ts
in source/aws-bootstrap-kit/lib
104 2
index.ts
in source/aws-bootstrap-kit/lib/validate-email-handler
46 2
account.ts
in source/aws-bootstrap-kit/lib
157 2
account-provider.ts
in source/aws-bootstrap-kit/lib
56 2
organization.ts
in source/aws-bootstrap-kit/lib
113 2
secure-root-user.ts
in source/aws-bootstrap-kit/lib
78 2
index.ts
in source/aws-bootstrap-kit/lib/account-handler
76 2
validate-email-provider.ts
in source/aws-bootstrap-kit/lib
55 2
dns.ts
in source/aws-bootstrap-kit/lib
91 2
standard-version-updater.js
in source/aws-bootstrap-kit
13 2
secure_root_user_test-stack.ts
in integTests/secureRootUserTest/lib
8 1
validate_email_test-stack.ts
in integTests/validateEmailTest/lib
15 1
organizational-unit.ts
in source/aws-bootstrap-kit/lib
55 1
aws-config-recorder.ts
in source/aws-bootstrap-kit/lib
61 1
cross-account-dns-delegator.ts
in source/aws-bootstrap-kit/lib/dns
36 1
cross-account-zone-delegation-record-provider.ts
in source/aws-bootstrap-kit/lib/dns
36 1
cross-account-zone-delegation-record.ts
in source/aws-bootstrap-kit/lib/dns
37 1
organization-trail.ts
in source/aws-bootstrap-kit/lib
156 1
validate-email.ts
in source/aws-bootstrap-kit/lib
25 1
Files With Long Lines (Top 9)

There are 9 files with lines longer than 120 characters. In total, there are 21 long lines.

File# lines# units# long lines
secure-root-user.ts
in source/aws-bootstrap-kit/lib
78 2 6
index.ts
in source/aws-bootstrap-kit/lib/account-handler
76 2 4
aws-organizations-stack.ts
in source/aws-bootstrap-kit/lib
104 2 3
index.js
in source/cdk-sso-sync
106 - 3
organization.ts
in source/aws-bootstrap-kit/lib
113 2 1
index.ts
in source/aws-bootstrap-kit/lib/dns/delegation-record-handler
165 9 1
organization-trail.ts
in source/aws-bootstrap-kit/lib
156 1 1
dns.ts
in source/aws-bootstrap-kit/lib
91 2 1
standard-version-updater.js
in source/aws-bootstrap-kit
13 2 1