UNPKG

neptune-lambda-client

Version:

Gremlin client to robustly query AWS Neptune from AWS Lambda

32 lines (31 loc) 708 B
{ "name": "neptune-lambda-client", "version": "1.0.0", "description": "Gremlin client to robustly query AWS Neptune from AWS Lambda", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/svozza/neptune-lambda-client.git" }, "keywords": [ "aws", "neptune", "gremlin", "graphdb", "lambda" ], "author": "Stefano Vozza", "license": "MIT", "bugs": { "url": "https://github.com/svozza/neptune-lambda-client/issues" }, "homepage": "https://github.com/svozza/neptune-lambda-client#readme", "dependencies": { "async-retry": "1.3.3", "aws4": "1.11.0", "gremlin": "3.5.2" } }