docs: Add LocalStack service tiers reference as Claude Skill#772
Merged
stormcat24 merged 1 commit intomainfrom Dec 18, 2025
Merged
docs: Add LocalStack service tiers reference as Claude Skill#772stormcat24 merged 1 commit intomainfrom
stormcat24 merged 1 commit intomainfrom
Conversation
Add Skills documentation for LocalStack service availability by tier. This helps KECS development by clarifying which AWS-compatible services are available for free vs requiring paid LocalStack tiers. Key findings: - ECS, ECR, and ELB require LocalStack Base tier ($39/mo) - This validates KECS's value proposition: free local ECS environment - Free tier services (S3, SecretsManager, SSM, etc.) can be used with KECS 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Greptile Review Summary- Critical Issues: 0- Logic Issues: 0- Style Suggestions: 0✅ **No blocking issues foundSee Greptile Workflow Guide for handling reviews. |
Code Metrics Report
Details | | #771 (fef4aca) | #772 (9e06278) | +/- |
|---------------------|----------------|----------------|------|
| Coverage | 12.8% | 12.8% | 0.0% |
| Files | 269 | 269 | 0 |
| Lines | 42056 | 42056 | 0 |
| Covered | 5397 | 5397 | 0 |
| Code to Test Ratio | 1:0.2 | 1:0.2 | 0.0 |
| Code | 71292 | 71292 | 0 |
| Test | 16352 | 16352 | 0 |
+ | Test Execution Time | 3m36s | 3m20s | -16s |Reported by octocov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key Findings
ECS is NOT available in LocalStack Free tier - it requires Base tier ($39/mo).
This validates one of KECS's primary value propositions: providing a free, local ECS-compatible environment.
Free Tier Services (usable with KECS)
Paid Tier Only (NOT Free)
Files Added
.claude/skills/localstack-services/SKILL.md- Quick reference.claude/skills/localstack-services/service-tiers.md- Detailed tier matrix🤖 Generated with Claude Code