Loading aws/rust-runtime/aws-types/build.rs +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ fn generate_build_vars(output_path: &Path) { let mut f = File::create(&output_path.join("build_env.rs")) .expect("Could not create build environment"); f.write_all(format!("static RUST_VERSION: &str = \"{}\";", rust_version).as_bytes()) .expect("Unable to write user agent"); .expect("Unable to write rust version"); } fn main() { Loading aws/sdk-codegen-test/build.gradle.kts +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ fun generateSmithyBuild(tests: List<CodegenTest>): String { }, "service": "${it.service}", "module": "${it.module}", "moduleAuthors": ["protocoltest@example.com"], "moduleVersion": "0.0.1", "build": { "rootProject": true Loading aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsHyperDevDep.kt +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ import software.amazon.smithy.rust.codegen.smithy.generators.LibRsSection import software.amazon.smithy.rust.codegen.smithy.generators.ProtocolConfig import software.amazon.smithy.rust.codegen.smithy.letIf val TestedServices = setOf("kms", "dynamodb") val TestedServices = setOf("aws-sdk-kms", "aws-sdk-dynamodb") class IntegrationTestDecorator : RustCodegenDecorator { override val name: String = "IntegrationTest" Loading aws/sdk/build.gradle.kts +2 −1 Original line number Diff line number Diff line Loading @@ -69,8 +69,9 @@ fun generateSmithyBuild(tests: List<AwsService>): String { "relativePath": "../" }, "service": "${it.service}", "module": "${it.module}", "module": "aws-sdk-${it.module}", "moduleVersion": "0.0.2", "moduleAuthors": ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"], "license": "Apache-2.0", "build": { "rootProject": true Loading aws/sdk/examples/dynamo-helloworld/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dynamodb = { path = "../../build/aws-sdk/dynamodb", features = ["client"] } dynamodb = { package = "aws-sdk-dynamodb", path = "../../build/aws-sdk/dynamodb", features = ["client"] } tokio = { version = "1", features = ["full"] } # used only for static endpoint configuration: Loading Loading
aws/rust-runtime/aws-types/build.rs +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ fn generate_build_vars(output_path: &Path) { let mut f = File::create(&output_path.join("build_env.rs")) .expect("Could not create build environment"); f.write_all(format!("static RUST_VERSION: &str = \"{}\";", rust_version).as_bytes()) .expect("Unable to write user agent"); .expect("Unable to write rust version"); } fn main() { Loading
aws/sdk-codegen-test/build.gradle.kts +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ fun generateSmithyBuild(tests: List<CodegenTest>): String { }, "service": "${it.service}", "module": "${it.module}", "moduleAuthors": ["protocoltest@example.com"], "moduleVersion": "0.0.1", "build": { "rootProject": true Loading
aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsHyperDevDep.kt +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ import software.amazon.smithy.rust.codegen.smithy.generators.LibRsSection import software.amazon.smithy.rust.codegen.smithy.generators.ProtocolConfig import software.amazon.smithy.rust.codegen.smithy.letIf val TestedServices = setOf("kms", "dynamodb") val TestedServices = setOf("aws-sdk-kms", "aws-sdk-dynamodb") class IntegrationTestDecorator : RustCodegenDecorator { override val name: String = "IntegrationTest" Loading
aws/sdk/build.gradle.kts +2 −1 Original line number Diff line number Diff line Loading @@ -69,8 +69,9 @@ fun generateSmithyBuild(tests: List<AwsService>): String { "relativePath": "../" }, "service": "${it.service}", "module": "${it.module}", "module": "aws-sdk-${it.module}", "moduleVersion": "0.0.2", "moduleAuthors": ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"], "license": "Apache-2.0", "build": { "rootProject": true Loading
aws/sdk/examples/dynamo-helloworld/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dynamodb = { path = "../../build/aws-sdk/dynamodb", features = ["client"] } dynamodb = { package = "aws-sdk-dynamodb", path = "../../build/aws-sdk/dynamodb", features = ["client"] } tokio = { version = "1", features = ["full"] } # used only for static endpoint configuration: Loading