UNPKG

gremlin-aws-sigv4

Version:

This package provides an extension for Apache's TinkerPop3 Gremlin [javascript driver](https://github.com/apache/tinkerpop/tree/master/gremlin-javascript/src/main/javascript/gremlin-javascript) compatible with [IAM Database Authentication for Neptune](htt

6 lines (4 loc) 242 B
const gremlin = require('gremlin'); const AwsSigV4DriverRemoteConnection = require('./lib/driver/aws-sigv4-driver-remote-connection'); gremlin.driver.AwsSigV4DriverRemoteConnection = AwsSigV4DriverRemoteConnection; module.exports = gremlin;