diff --git a/cli/index.js b/cli/index.js new file mode 100644 index 000000000..9d0d68d09 --- /dev/null +++ b/cli/index.js @@ -0,0 +1,3 @@ +/** + * JAWS CLI + */ \ No newline at end of file diff --git a/lambdas/example/index.js b/lambdas/example/index.js new file mode 100644 index 000000000..58eb142c6 --- /dev/null +++ b/lambdas/example/index.js @@ -0,0 +1,3 @@ +/** + * Lambda Function + */ \ No newline at end of file diff --git a/lib/temp.js b/lib/temp.js new file mode 100644 index 000000000..4ba5a5554 --- /dev/null +++ b/lib/temp.js @@ -0,0 +1 @@ +// Temp \ No newline at end of file