Skip to content

Commit 81caa09

Browse files
committed
Fixed readme formatting and wording. Changed version to 1.2.0-beta.1.
1 parent 16e17e2 commit 81caa09

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,13 @@ neptune-for-graphql \
286286
Example of starting with a graphQL schema file:
287287
```
288288
neptune-for-graphql \
289-
--input-schema-file airports.source.schema.graphql
289+
--input-schema-file airports.source.schema.graphql \
290290
--create-update-apollo-server-neptune-endpoint abc.us-west-2.neptune.amazonaws.com:8182 \
291291
--create-update-apollo-server \
292292
--output-resolver-query-https
293293
```
294294

295-
The example commands above will generate an `apollo-server-<identifier>-<timestamp>.zip` file which can then be deployed locally by following these steps:
295+
The example commands above will generate the file `apollo-server-<identifier>-<timestamp>.zip`, which can then be deployed locally by following these steps:
296296
1. unzip `apollo-server-<identifier>-<timestamp>.zip`
297297
2. change directory into the unzipped folder
298298
3. execute `npm install` to install required dependencies

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/neptune-for-graphql",
3-
"version": "1.2.0",
3+
"version": "1.2.0-beta.1",
44
"description": "CLI utility to create and maintain a GraphQL API for Amazon Neptune",
55
"keywords": [
66
"Amazon Neptune",

templates/ApolloServer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neptune-apollo-server",
3-
"version": "1.2.0",
3+
"version": "1.2.0-beta.1",
44
"description": "",
55
"license": "Apache-2.0",
66
"author": "",

templates/Lambda4AppSyncGraphSDK/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/Lambda4AppSyncGraphSDK/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda4appsyncgraphsdk",
3-
"version": "1.2.0",
3+
"version": "1.2.0-beta.1",
44
"description": "AWS Lambda function to bridge AppSync to Neptune Analytics",
55
"main": "index.mjs",
66
"type": "module",

templates/Lambda4AppSyncHTTP/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/Lambda4AppSyncHTTP/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda4appsynchttp",
3-
"version": "1.2.0",
3+
"version": "1.2.0-beta.1",
44
"description": "AWS Lambda function to bridge AppSync to Neptune or Neptune Analytics",
55
"main": "index.mjs",
66
"type": "module",

templates/Lambda4AppSyncSDK/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/Lambda4AppSyncSDK/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda4appsyncsdk",
3-
"version": "1.2.0",
3+
"version": "1.2.0-beta.1",
44
"description": "AWS Lambda function to bridge AppSync to Neptune",
55
"main": "index.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)