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.
This example uses the smithy cli to build the Weather Service model.
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.
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.