Skip to content

Latest commit

 

History

History
 
 

quickstart-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.