Skip to content

Installation

A lexicon is a platform-specific plugin that teaches chant how to generate infrastructure for a target (AWS, Azure, K8s, etc.). Install a lexicon for your target platform (this also installs the chant CLI):

Terminal window
npm install --save-dev @intentius/chant-lexicon-aws

See the AWS lexicon reference for intrinsic functions, composites, and examples.

After installing, confirm chant is available:

Terminal window
chant --version

You’re ready to proceed to the Quick Start.