smithy-rs/aws/sdk-adhoc-test
John DiSanti 25abe5a842
Change the default runtime mode to orchestrator (#2847)
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._
2023-07-20 15:49:53 +00:00
..
models Make the SDK ad hoc tests pass against the orchestrator (#2708) 2023-05-19 16:58:28 +00:00
.gitignore Fix adhoc SDK codegen and refactor SDK CI (#1624) 2022-08-10 09:08:08 -07:00
README.md Fix adhoc SDK codegen and refactor SDK CI (#1624) 2022-08-10 09:08:08 -07:00
build.gradle.kts Change the default runtime mode to orchestrator (#2847) 2023-07-20 15:49:53 +00:00

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