UNPKG

gremlin-aws-sigv4-ts

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

8 lines (6 loc) 208 B
const gremlin = require('../..'); describe('gremlin-aws-sigv4', () => { it('should attach to the gremlin driver', () => { expect(gremlin.driver.AwsSigV4DriverRemoteConnection).toBeDefined(); }); });