Skip to content

Commit a0120a1

Browse files
author
sam
committed
chore: update API GW to share VTL implementation from Appsync
1 parent 81b29f6 commit a0120a1

File tree

12 files changed

+913
-879
lines changed

12 files changed

+913
-879
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"request": "launch",
2020
"runtimeExecutable": "node",
2121
"runtimeArgs": ["--nolazy"],
22-
"args": ["./lib/app.js"],
22+
"args": ["./lib/api-test.js"],
2323
"outFiles": [
2424
"${workspaceRoot}/lib/**/*.js",
2525
"${workspaceRoot}/test-app/lib/**/*.js",

0 commit comments

Comments
 (0)