Using the Gremlin API with Amazon Neptune - Amazon Neptune
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Using the Gremlin API with Amazon Neptune

Note

Amazon Neptune does not support the bindings property.

Gremlin HTTPS requests all use a single endpoint: https://your-neptune-endpoint:port/gremlin. All Neptune connections must use HTTPS.

You can connect the Gremlin Console to a Neptune graph directly through WebSockets.

For more information about connecting to the Gremlin endpoint, see Accessing a Neptune graph with Gremlin.

The Amazon Neptune implementation of Gremlin has specific details and differences that you need to consider. For more information, see Gremlin standards compliance in Amazon Neptune.

For information about the Gremlin language and traversals, see The Traversal in the Apache TinkerPop documentation.