Skip to content

Commit 9e5dda4

Browse files
Release 2025-04-10 #2 (#2044)
* Release 2025-04-10 #2 * Updated changelog
1 parent 8b1e522 commit 9e5dda4

File tree

6 files changed

+10
-25
lines changed

6 files changed

+10
-25
lines changed

.autover/autover.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{
5151
"Name": "Amazon.Lambda.DynamoDBEvents",
5252
"Path": "Libraries/src/Amazon.Lambda.DynamoDBEvents/Amazon.Lambda.DynamoDBEvents.csproj"
53-
},
53+
},
5454
{
5555
"Name": "Amazon.Lambda.DynamoDBEvents.SDK.Convertor",
5656
"Path": "Libraries/src/Amazon.Lambda.DynamoDBEvents.SDK.Convertor/Amazon.Lambda.DynamoDBEvents.SDK.Convertor.csproj"

.autover/changes/d0cfdbc8-e15b-49ae-b0b4-ec882dec15f2.json

-11
This file was deleted.

.autover/changes/d9aeb53a-0808-4514-bdd1-e276ac532059.json

-11
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release 2025-04-10 #2
2+
3+
### Amazon.Lambda.TestTool (0.10.1)
4+
* Support optional SQS client region in event source test tool
5+
### Amazon.Lambda.DynamoDBEvents.SDK.Convertor (1.0.0)
6+
* Implement DynamoDBEvents SDK Convertor package for DynamoDBEvent images to DynamoDBv2.Document
7+
18
## Release 2025-04-04
29

310
### Amazon.Lambda.Templates (7.4.1)

Libraries/src/Amazon.Lambda.DynamoDBEvents.SDK.Convertor/Amazon.Lambda.DynamoDBEvents.SDK.Convertor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>Amazon.Lambda.DynamoDBEvents.SDK.Convertor</AssemblyName>
1010
<PackageId>Amazon.Lambda.DynamoDBEvents.SDK.Convertor</PackageId>
1111
<PackageTags>AWS;Amazon;Lambda</PackageTags>
12-
<Version>0.0.1</Version>
12+
<Version>1.0.0</Version>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<None Include="README.md" Pack="true" PackagePath="\" />

Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackAsTool>true</PackAsTool>
1616
<PackageId>Amazon.Lambda.TestTool</PackageId>
1717
<ToolCommandName>dotnet-lambda-test-tool</ToolCommandName>
18-
<Version>0.10.0</Version>
18+
<Version>0.10.1</Version>
1919
<NoWarn>NU5100</NoWarn>
2020
<RollForward>Major</RollForward>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)