Skip to content

Commit

Permalink
change: directory structure
Browse files Browse the repository at this point in the history
the solution file is placed to the root
  • Loading branch information
shin4488 committed Jun 13, 2023
1 parent 04492d1 commit c1ad136
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "MlbBot.sln"
}
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions TwitterMlbBot/.vscode/settings.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public void TestToUpperFunction()
// Invoke the lambda function and confirm the string was upper cased.
var function = new Function();
var context = new TestLambdaContext();
function.FunctionHandler("hello world", context);
function.FunctionHandlerAsync("hello world", context);
}
}

0 comments on commit c1ad136

Please sign in to comment.