Skip to content

docs(numbers): bump APIGW v2 28 -> 103, total 1,849 -> 1,924#758

Merged
vieiralucas merged 1 commit intomainfrom
fix-real-counts
Apr 25, 2026
Merged

docs(numbers): bump APIGW v2 28 -> 103, total 1,849 -> 1,924#758
vieiralucas merged 1 commit intomainfrom
fix-real-counts

Conversation

@vieiralucas
Copy link
Copy Markdown
Member

@vieiralucas vieiralucas commented Apr 25, 2026

Summary

  • API Gateway v2 docs said "28 ops" but the crate's SUPPORTED list has 103 entries (matches the AWS Smithy model). Bump README/website/llms.txt/index.html to 103.
  • Total ops sum across the per-service column therefore goes from 1,849 -> 1,924.
  • ECS stays at 60 (matches its SUPPORTED list).
  • Blog posts deliberately not touched (point-in-time per existing convention).

Test plan

  • grep -rn "1,849\| 28 ops\|28 of 28\|28 actions\|28 operations" README.md website/content website/static website/templates returns nothing
  • Per-service ECS count remains 60
  • Per-service APIGW v2 count is 103 everywhere

Summary by cubic

Corrected docs to show API Gateway v2 has 103 operations (not 28) and updated the overall total from 1,849 to 1,924. Aligns README and website with the crate’s SUPPORTED list and the AWS Smithy model; no behavior change.

  • Bug Fixes
    • Updated counts in README, service index and APIGW v2 page, FAQ, comparison pages, landing page JSON-LD/hero, and website/static/llms.txt + website/static/llms-full.txt.
    • Expanded APIGW v2 feature list to reflect full surface (domains, API mappings, models, VPC links, routing rules, integration/route responses, developer portals, tags).
    • Left ECS at 60 ops; blog posts unchanged (point-in-time).

Written for commit 5d7a029. Summary will update on new commits.

API Gateway v2's per-service count was stale: README/website/llms.txt
all said "28 ops" but the crate's SUPPORTED list (and the AWS Smithy
model) have 103 entries — full HTTP API surface plus developer portals,
products, product pages, models, VPC links, routing rules, integration
responses, route responses, etc. Conformance probes route 103/103.

Sum of per-service columns therefore goes from 1,849 -> 1,924.

ECS stays at 60 (matches its SUPPORTED list; the 16 extra ECS ops in
Smithy aren't in the crate's SUPPORTED set and the dispatcher returns
ActionNotImplemented for them — separate from this doc fix).

Touched:
- README.md (total + per-service table + LocalStack diff)
- website/content/{faq.md,localstack-alternative.md,fake-aws-server.md}
- website/content/vs/{floci,ministack,localstack,sam-local}.md
- website/content/docs/services/{_index,apigatewayv2}.md
- website/static/{llms.txt,llms-full.txt}
- website/templates/index.html (JSON-LD, hero, services card, comparison row)

Blog posts deliberately not retroactively updated (point-in-time).
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 13 files

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@vieiralucas vieiralucas merged commit a581870 into main Apr 25, 2026
19 checks passed
@vieiralucas vieiralucas deleted the fix-real-counts branch April 25, 2026 19:56
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.

1 participant