Skip to content

Commit aaf0241

Browse files
committedDec 2, 2024
Updated lambda versions to 1.1.0.
1 parent 972ec89 commit aaf0241

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎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.0.0",
3+
"version": "1.1.0",
44
"description": "AWS Lambda function to bridge AppSync to Neptune Analytics",
55
"main": "index.mjs",
66
"scripts": {

‎templates/Lambda4AppSyncHTTP/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "testaxios",
3-
"version": "1.0.0",
4-
"description": "",
2+
"name": "lambda4appsynchttp",
3+
"version": "1.1.0",
4+
"description": "AWS Lambda function to bridge AppSync to Neptune or Neptune Analytics",
55
"main": "index.mjs",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

‎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.0.0",
3+
"version": "1.1.0",
44
"description": "AWS Lambda function to bridge AppSync to Neptune",
55
"main": "index.mjs",
66
"scripts": {

0 commit comments

Comments
 (0)