@orrery-diagrams/pack-aws
v0.4.0
Published
The AWS Architecture Icons as an Orrery vocabulary pack: every service as a kind (aws:s3, aws:lambda, aws:rds) and provider-coloured group frames. The icons are Amazon Web Services' and come under their terms, not the tool's MIT licence; see LICENSE.
Maintainers
Readme
@orrery-diagrams/pack-aws
AWS Architecture Icons as an Orrery vocabulary pack: 329 icons as kinds and 10 group frames in the provider's colours. The icons are Amazon Web Services's and come under their terms, which are in LICENSE, not under Orrery's MIT licence. Set version 01/30/2026, fetched 2026-09-06, from https://aws.amazon.com/architecture/icons/.
npm install @orrery-diagrams/pack-aws # or yarn add, pnpm add, bun add"kinds": { "use": ["aws"] } // then "kind": "aws:s3", "aws:lambda", "aws:rds", "aws:vpc" ...orrery packs aws lists every name with its description. In code, pass the pack to the validator:
validate(model, { packs: [pack] }) with pack imported from this package. How the pack is built, and the
terms of every pack, are in docs/PACKS.md.
