@aws/neptune-for-graphql
Version:
CLI utility to create and maintain a GraphQL API for Amazon Neptune
16 lines (15 loc) • 388 B
JSON
{
"name": "lambda4appsyncgraphsdk",
"version": "1.1.2",
"description": "AWS Lambda function to bridge AppSync to Neptune Analytics",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "AWS",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-neptune-graph": "3.662.0",
"graphql-tag": "2.12.6"
}
}