Skip to content

Commit

Permalink
add apigateway files
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Feb 7, 2024
1 parent eb784cc commit de3eb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kotlin/services/apigateway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ buildscript {
repositories {
mavenCentral()
}

apply(plugin = "org.jlleitschuh.gradle.ktlint")
dependencies {
implementation("aws.sdk.kotlin:apigateway:1.0.30")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class APIGatewayTest {
@BeforeAll
fun setup() = runBlocking {
apiGatewayClient = ApiGatewayClient { region = "us-east-1" }
// Get the values from AWS Secrets Manager.
// Get values from AWS Secrets Manager.
val random = Random()
val randomNum = random.nextInt(10000 - 1 + 1) + 1
val gson = Gson()
Expand Down

0 comments on commit de3eb49

Please sign in to comment.