Skip to content

Commit

Permalink
Updated lambda versions to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreachild committed Dec 2, 2024
1 parent 972ec89 commit aaf0241
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/Lambda4AppSyncGraphSDK/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda4appsyncgraphsdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "AWS Lambda function to bridge AppSync to Neptune Analytics",
"main": "index.mjs",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions templates/Lambda4AppSyncHTTP/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "testaxios",
"version": "1.0.0",
"description": "",
"name": "lambda4appsynchttp",
"version": "1.1.0",
"description": "AWS Lambda function to bridge AppSync to Neptune or Neptune Analytics",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion templates/Lambda4AppSyncSDK/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda4appsyncsdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "AWS Lambda function to bridge AppSync to Neptune",
"main": "index.mjs",
"scripts": {
Expand Down

0 comments on commit aaf0241

Please sign in to comment.