Skip to content

Files

Latest commit

70f6099 · Jul 30, 2025

History

History

quickstart-examples

README.md

Quick Start Example

This directory provides examples of building complete Smithy model for the Weather Service from the Smithy Quick Start Guide using a number of different build systems.

Build Systems


Smithy CLI

This example uses the smithy cli to build the Weather Service model.

Usage

You can use this example in your local workspace by executing the following command:

smithy init -t quickstart-cli

Then, build the example by executing smithy build in the newly created quickstart-cli directory.

Gradle

This example uses the smithy-gradle-plugin to build the Weather Service model.

smithy init -t quickstart-gradle

To build the Weather Service model run ./gradlew clean build from the newly created quickstart-gradle directory.