docs(numbers): bump APIGW v2 28 -> 103, total 1,849 -> 1,924#758
Merged
vieiralucas merged 1 commit intomainfrom Apr 25, 2026
Merged
docs(numbers): bump APIGW v2 28 -> 103, total 1,849 -> 1,924#758vieiralucas merged 1 commit intomainfrom
vieiralucas merged 1 commit intomainfrom
Conversation
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).
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Test plan
grep -rn "1,849\| 28 ops\|28 of 28\|28 actions\|28 operations" README.md website/content website/static website/templatesreturns nothingSummary 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.
website/static/llms.txt+website/static/llms-full.txt.Written for commit 5d7a029. Summary will update on new commits.