mirror of https://github.com/smithy-lang/smithy-rs
25abe5a842
This PR changes the default runtime mode to orchestrator for generated clients and the AWS SDK. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ |
||
---|---|---|
.. | ||
models | ||
.gitignore | ||
README.md | ||
build.gradle.kts |
README.md
AWS SDK Adhoc Codegen Test
This module tests that adhoc SDKs can be generated without the rest of the
release automation machinery used to make the official SDK releases.
The build.gradle.kts
generates a smithy-build.json
file as part of
the build, and the Smithy build plugin then invokes the SDK codegen
to generate a client.
This module also exists to code generate and execute service specific protocol tests such as ApiGateway.
Usage
# From repo root:
./gradlew :aws:sdk-adhoc-test:test