You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A discussion dedicated to the AWS Region module. Share your thoughts, questions, and feedback here.
Module Scorecard
Presentation & Onboarding
Credential Hygiene
Restricted-Environment Readiness
Engineering Quality
Overall
25 / 25
N/A
N/A
10 / 10
100 / 100
Drilldown
Presentation & Onboarding — 25 / 25
Criterion
Max
Score
Notes
Configuration-mode examples
12
12
README provides three distinct documented examples: basic usage with default region, customizing region names/icons, and excluding regions. Each example is complete with sensible defaults.
Coder-context framing
8
8
README clearly states "A parameter with all AWS regions. This allows developers to select the region closest to them." Names both Coder (via coder_parameter) and AWS. Shows integration with AWS provider in examples.
Visual preview
5
5
README includes three embedded images: aws-regions.png, aws-custom.png, and aws-exclude.png showing the module in action.
Credential Hygiene — N/A
Criterion
Max
Score
Notes
Secrets marked sensitive
16
N/A
Module has no credential or secret inputs; it only provides a region selection parameter.
Non-hardcoded auth path
4
N/A
No authentication mechanism in this module.
Restricted-Environment Readiness — N/A
Criterion
Max
Score
Notes
Mirrorable artifact source
10
N/A
Module downloads nothing; it only creates a coder_parameter resource with static region data.
Bring-your-own binary
5
N/A
Module installs nothing; no binaries involved.
Egress transparency
3
N/A
Module makes no external network calls; all region data is hardcoded in locals.regions.
Runs without sudo
2
N/A
Module contains no scripts whatsoever.
Engineering Quality — 10 / 10
Criterion
Max
Score
Notes
Input quality
6
6
All inputs have clear descriptions. Sensible defaults provided (display_name, description, default = ""). Types are appropriate (string, bool, map, list). The coder_parameter_order variable includes detailed description of ordering behavior.
Test coverage
4
4
main.test.ts provides clear TypeScript test coverage with multiple test cases: default output, customized default, and custom order for coder_parameter. Tests verify outputs and resource attributes.
Overall — 100 / 100
Raw 35 / 35 → round(35 / 35 × 100) = 100
Scored against SCORECARD.md on 2026-07-15 with claude-sonnet-4-5.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A discussion dedicated to the AWS Region module. Share your thoughts, questions, and feedback here.
Module Scorecard
Drilldown
Presentation & Onboarding — 25 / 25
coder_parameter) and AWS. Shows integration with AWS provider in examples.aws-regions.png,aws-custom.png, andaws-exclude.pngshowing the module in action.Credential Hygiene — N/A
Restricted-Environment Readiness — N/A
coder_parameterresource with static region data.locals.regions.Engineering Quality — 10 / 10
display_name,description,default = ""). Types are appropriate (string, bool, map, list). Thecoder_parameter_ordervariable includes detailed description of ordering behavior.main.test.tsprovides clear TypeScript test coverage with multiple test cases: default output, customized default, and custom order for coder_parameter. Tests verify outputs and resource attributes.Overall — 100 / 100
Raw 35 / 35 → round(35 / 35 × 100) = 100
Scored against SCORECARD.md on 2026-07-15 with
claude-sonnet-4-5.Beta Was this translation helpful? Give feedback.
All reactions