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 fe29c14 commit 5a019aaCopy full SHA for 5a019aa
python/example_code/neptune/neptune_scenario.py
@@ -682,9 +682,9 @@ def main():
682
683
# Customize the following names to match your Neptune setup
684
# (You must change these to unique values for your environment)
685
- subnet_group_name = "neptuneSubnetGroup110"
686
- cluster_name = "neptuneCluster110"
687
- db_instance_id = "neptuneDB110"
+ subnet_group_name = "neptuneSubnetGroup111"
+ cluster_name = "neptuneCluster111"
+ db_instance_id = "neptuneDB111"
688
689
print("""
690
Amazon Neptune is a fully managed graph database service by AWS...
python/example_code/neptune/requirements.txt
@@ -0,0 +1,2 @@
1
+boto3>=1.26.79
2
+pytest>=7.2.1
0 commit comments