File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
examples/BatchProcessing/test/HelloWorld.Test Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
<ItemGroup >
6
6
<PackageReference Include =" Amazon.Lambda.Core" Version =" 2.2.0" />
7
+ <PackageReference Include =" Amazon.Lambda.DynamoDBEvents" Version =" 3.1.0" />
8
+ <PackageReference Include =" Amazon.Lambda.KinesisEvents" Version =" 2.2.0" />
9
+ <PackageReference Include =" Amazon.Lambda.SQSEvents" Version =" 2.2.0" />
7
10
<PackageReference Include =" Amazon.Lambda.TestUtilities" Version =" 2.0.0" />
8
11
<PackageReference Include =" Amazon.Lambda.Serialization.SystemTextJson" Version =" 2.4.1" />
9
12
<PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.301.18" />
18
21
<ItemGroup >
19
22
<ProjectReference Include =" ..\..\src\HelloWorld\HelloWorld.csproj" />
20
23
</ItemGroup >
21
- </Project >
24
+ </Project >
You can’t perform that action at this time.
0 commit comments