A git mirror of the AWS Smithy service models from
aws/api-models-aws, reduced to exactly
what the @distilled.cloud/aws
generator reads:
specs/models/<service>/service/<version>/<service>-<version>.json— one Smithy model per AWS service (~430 of them)specs/partitions.json— the endpoint rules engine's region → partition table, from smithy-lang/smithy
The models are pulled with a blobless, sparse, depth-1 clone: the working tree
is narrowed to models/ before any checkout happens, so the gradle build, the
docs and the entire history are never transferred.
The mirror is updated every 24 hours by
.github/workflows/update-specs.yml.
git submodule add https://github.com/distilled-mirror/spec-mirror-aws.gitFrom .meta/:
bun install
bun run fetch-specsThis repository is managed by the distilled-submodules Alchemy stack in
alchemy-run/distilled (stacks/distilled-submodules).
Its scaffolding is generated — edit it there, not here.