Skip to content

Commit

Permalink
Try to fix this error I got running the lambda on AWS: Process termin…
Browse files Browse the repository at this point in the history
…ated. Couldn't find a valid ICU package installed on the system. Please install libicu using your package manager and try again. Alternatively you can set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. Please see https://aka.ms/dotnet-missing-libicu for more information.
  • Loading branch information
RobKraft committed Sep 24, 2024
1 parent 1abf4b4 commit 7e902af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ node_modules/
/Lambdas/GetItemTypes/obj
/Lambdas/GetItemTypes/bin/Debug/net8.0
/Lambdas/GetItemTypes/.vs/ProjectEvaluation
/Lambdas/GetItemTypes/bin/Debug/net6.0
1 change: 1 addition & 0 deletions Lambdas/GetItemTypes/GetItemTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.11.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.3" />
<PackageReference Include="AWSSDK.RDS" Version="3.7.402.3" />
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
<PackageReference Include="MySql.Data" Version="9.0.0" />
</ItemGroup>
</Project>

0 comments on commit 7e902af

Please sign in to comment.