Skip to content

chore: update readme and REGION setting#72

Merged
drduhe merged 1 commit intomainfrom
chore/update-readme
Feb 12, 2026
Merged

chore: update readme and REGION setting#72
drduhe merged 1 commit intomainfrom
chore/update-readme

Conversation

@drduhe
Copy link
Copy Markdown
Collaborator

@drduhe drduhe commented Feb 12, 2026

Issue #, if available: n/a

Summary

  • Auto-detect AWS region -- Replaced the hardcoded REGION = "us-west-2" in src/config.ts with a resolveRegion() function that follows the standard AWS precedence chain: AWS_REGION env var, AWS_DEFAULT_REGION env var, ~/.aws/config [default] profile, then falls back to us-west-2. No new dependencies; reuses existing imports.
  • README overhaul -- Rewrote README.md with a features overview, architecture table, usage guides for all four workflows, annotated project structure, configuration reference (including the new region auto-detection docs), and updated resource links. Removed outdated CloudScape reference and fixed the duplicate clone command.

Checklist

Before you submit a pull request, please make sure you have the following:

  • Code changes are compact and well-structured to facilitate easy review
  • Changes are documented in the README.md and other relevant documentation pages
  • PR title and description accurately reflect the changes and are detailed enough for historical tracking
  • PR contains tests that cover all new code and the code has been manual tested
  • All new dependencies are declared (if any), and no unnecessary libraries are added
  • Performance impacts (if any) of the changes are evaluated and documented
  • Security implications of the changes (if any) are reviewed and addressed
  • I have read the Contributing Guidelines and agree to follow the Code of Conduct

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Copy Markdown

@devinglauner devinglauner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@drduhe drduhe merged commit ec087d7 into main Feb 12, 2026
3 checks passed
@drduhe drduhe deleted the chore/update-readme branch February 12, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants