README.md903 B
View on GitHubExample: Demo Context
Inspect how Atmos resolves configuration from multiple sources.
Learn more about Describe Config.
What You'll See
- Context providers for dynamic values
- Name templates using context values
- Configuration merging from imports and mixins
Try It
cd examples/demo-context
# See the resolved Atmos configuration
atmos describe config
# Inspect component configuration
atmos describe component demo -s acme-west-dev
# See all stacks with naming
atmos describe stacks
Key Files
| File | Purpose |
|---|---|
atmos.yaml | Name template using context providers |
stacks/deploy/ | Stack files with context values |
stacks/mixins/ | Region-specific context values |