Skip to content

Commit

Permalink
Copy a bunch of aws-lambda settings from the GetItemTypes that works …
Browse files Browse the repository at this point in the history
…to see if that will get it to load the missing MS ICU thing in AWS lambda and work
  • Loading branch information
RobKraft committed Dec 12, 2024
1 parent 5ee0226 commit 9444804
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Lambdas/GetOrgItems/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"commandName": "Executable",
"executablePath": "%USERPROFILE%\\.dotnet\\tools\\dotnet-lambda-test-tool-8.0.exe",
"commandLineArgs": "--port 5050",
"workingDirectory": ".\\bin\\$(Configuration)\\net8.0"
"workingDirectory": ".\\bin\\$(Configuration)\\net8.0",
"nativeDebugging": true
},
"GetOrgItems": {
"commandName": "Project"
Expand Down
14 changes: 13 additions & 1 deletion Lambdas/GetOrgItems/aws-lambda-tools-defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,17 @@
"function-runtime": "dotnet8",
"function-memory-size": 512,
"function-timeout": 30,
"function-handler": "bootstrap"
"function-handler": "bootstrap",
"msbuild-parameters": "--self-contained true",
"framework": "dotnet8",
"function-name": "GetOrgItems",
"package-type": "Zip",
"function-role": "arn:aws:iam::537766411402:role/2024LambdasToCallRDS",
"function-subnets": "",
"function-security-groups": "",
"tracing-mode": "PassThrough",
"environment-variables": "",
"image-tag": "",
"function-description": ""

}

0 comments on commit 9444804

Please sign in to comment.