Skip to content

Commit ef609a1

Browse files
committed
updated client pattern
1 parent 8691276 commit ef609a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kotlin/services/neptune/src/main/java/com/example/neptune/scenerio/NeptuneScenario.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ var scanner = Scanner(System.`in`)
3535
* https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/setup.html
3636
*/
3737
suspend fun main() {
38-
val subnetGroupName = "neptuneSubnetGroup200"
39-
val clusterName = "neptuneCluster200"
40-
val dbInstanceId = "neptuneDB200"
38+
val subnetGroupName = "neptuneSubnetGroup210"
39+
val clusterName = "neptuneCluster210"
40+
val dbInstanceId = "neptuneDB210"
4141
val client = NeptuneClient.fromEnvironment {region = "us-east-1" }
4242

4343
println(

0 commit comments

Comments
 (0)