Skip to content

Commit

Permalink
Feature/bump dynamodb package ver (#62)
Browse files Browse the repository at this point in the history
* Bump AWSSDK.DynamoDBv2 package ver

---------

Co-authored-by: AtiyyahRawat <atiyyah.rawat@gmail.com>
Co-authored-by: Adam <adam.tracy20@gmail.com>
  • Loading branch information
3 people authored May 10, 2024
1 parent 6392026 commit cbfccec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void ConfigureDynamoDBTestNoLocalModeEnvVarUsesAWSService(string localMod
[Fact]
public void ConfigureDynamoDBTestRegistersServices()
{
string url = "http://localhost:8000";
string url = "http://localhost:8000/";
Environment.SetEnvironmentVariable("DynamoDb_LocalServiceUrl", url);
Environment.SetEnvironmentVariable("DynamoDb_LocalMode", "true");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.21" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.303.2" />
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.0.1" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.2.7" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
Expand Down

0 comments on commit cbfccec

Please sign in to comment.