Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RobKraft committed Dec 4, 2024
1 parent cbdb1d8 commit 8191a25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Lambdas/GetCharityTypes/Function.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ public class Function
private static async Task Main(string[] args)
{
#if DEBUG
//_dbUser = "";
//string pwd = "";
//_connectionString = $"Server={dbHost};Database={dbName};Port={dbPort};User Id={_dbUser};Password={pwd};SSL Mode=Required;";
//var result = await FunctionHandler(null);
//return;
_dbUser = "";
string pwd = "";
_connectionString = $"Server={_dbHost};Database={_dbName};Port={_dbPort};User Id={_dbUser};Password={pwd};SSL Mode=Required;";
var result = await FunctionHandler(null);
return;
#endif
string authToken = RDSAuthTokenGenerator.GenerateAuthToken(_dbRegion, _dbHost, _dbPort, _dbUser);

Expand Down
2 changes: 1 addition & 1 deletion Lambdas/Lambdas.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetItemTypes", "GetItemType
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetOrgs", "GetOrgs\GetOrgs.csproj", "{2BBE5D83-76B7-48E2-AC7B-1CE32B3C1D1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GetOrgItems", "GetOrgItems\GetOrgItems.csproj", "{2DC23304-8DA5-48E0-BA8A-B6509B121262}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetOrgItems", "GetOrgItems\GetOrgItems.csproj", "{2DC23304-8DA5-48E0-BA8A-B6509B121262}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 8191a25

Please sign in to comment.