Skip to main content
README.md903 B
View on GitHub

Example: Demo Context

Inspect how Atmos resolves configuration from multiple sources.

Learn more about Describe Config.

What You'll See

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

FilePurpose
atmos.yamlName template using context providers
stacks/deploy/Stack files with context values
stacks/mixins/Region-specific context values

Related Documentation