We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e40ec commit 3279e6aCopy full SHA for 3279e6a
kotlin/services/neptune/src/main/java/com/example/neptune/scenerio/NeptuneScenario.kt
@@ -39,10 +39,10 @@ var scanner = Scanner(System.`in`)
39
* https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/setup.html
40
*/
41
suspend fun main() {
42
- val subnetGroupName = "neptuneSubnetGroup210"
43
- val clusterName = "neptuneCluster210"
44
- val dbInstanceId = "neptuneDB210"
45
- val client = NeptuneClient.fromEnvironment {region = "us-east-1" }
+ val subnetGroupName = "neptuneSubnetGroup"
+ val clusterName = "neptuneCluster"
+ val dbInstanceId = "neptuneDB"
+ val client = NeptuneClient.fromEnvironment { region = "us-east-1" }
46
47
println(
48
"""
0 commit comments