From 92bbb97ef729c8a6602da6d7e8e8a67757a9cb05 Mon Sep 17 00:00:00 2001 From: adaines Date: Mon, 27 Jan 2025 15:05:28 -0500 Subject: [PATCH 1/3] Update Amazon.Lambda.Core to 2.5.0 to support SnapStart --- .../src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj | 2 +- .../Amazon.Lambda.TestTool.Tests.NETCore21.csproj | 2 +- .../Amazon.Lambda.TestTool.Tests.NETCore31.csproj | 2 +- .../FunctionSignatureExamples/FunctionSignatureExamples.csproj | 2 +- .../tests/LambdaFunctions/IntegerFunc/IntegerFunc.csproj | 2 +- .../LambdaFunctions/S3EventFunction/S3EventFunction.csproj | 2 +- .../ServerlessFunctionTemplateYamlExample.csproj | 2 +- .../ServerlessTemplateExample/ServerlessTemplateExample.csproj | 2 +- .../ServerlessTemplateYamlExample.csproj | 2 +- .../SourceGeneratorExample/SourceGeneratorExample.csproj | 2 +- .../tests/LambdaFunctions/ToUpperFunc/ToUpperFunc.csproj | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj b/Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj index 9cab5238c..94e54695a 100644 --- a/Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj +++ b/Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj @@ -9,7 +9,7 @@ - + diff --git a/Tools/LambdaTestTool/tests/Amazon.Lambda.TestTool.Tests.NETCore21/Amazon.Lambda.TestTool.Tests.NETCore21.csproj b/Tools/LambdaTestTool/tests/Amazon.Lambda.TestTool.Tests.NETCore21/Amazon.Lambda.TestTool.Tests.NETCore21.csproj index c2feaf65c..c967bddc1 100644 --- a/Tools/LambdaTestTool/tests/Amazon.Lambda.TestTool.Tests.NETCore21/Amazon.Lambda.TestTool.Tests.NETCore21.csproj +++ b/Tools/LambdaTestTool/tests/Amazon.Lambda.TestTool.Tests.NETCore21/Amazon.Lambda.TestTool.Tests.NETCore21.csproj @@ -12,7 +12,7 @@ - + diff --git a/Tools/LambdaTestTool/tests/Amazon.Lambda.TestTool.Tests.NETCore31/Amazon.Lambda.TestTool.Tests.NETCore31.csproj b/Tools/LambdaTestTool/tests/Amazon.Lambda.TestTool.Tests.NETCore31/Amazon.Lambda.TestTool.Tests.NETCore31.csproj index e9e860ac9..beda0d802 100644 --- a/Tools/LambdaTestTool/tests/Amazon.Lambda.TestTool.Tests.NETCore31/Amazon.Lambda.TestTool.Tests.NETCore31.csproj +++ b/Tools/LambdaTestTool/tests/Amazon.Lambda.TestTool.Tests.NETCore31/Amazon.Lambda.TestTool.Tests.NETCore31.csproj @@ -10,7 +10,7 @@ - + diff --git a/Tools/LambdaTestTool/tests/LambdaFunctions/FunctionSignatureExamples/FunctionSignatureExamples.csproj b/Tools/LambdaTestTool/tests/LambdaFunctions/FunctionSignatureExamples/FunctionSignatureExamples.csproj index f8bd12dc2..4fa118831 100644 --- a/Tools/LambdaTestTool/tests/LambdaFunctions/FunctionSignatureExamples/FunctionSignatureExamples.csproj +++ b/Tools/LambdaTestTool/tests/LambdaFunctions/FunctionSignatureExamples/FunctionSignatureExamples.csproj @@ -4,7 +4,7 @@ true - + diff --git a/Tools/LambdaTestTool/tests/LambdaFunctions/IntegerFunc/IntegerFunc.csproj b/Tools/LambdaTestTool/tests/LambdaFunctions/IntegerFunc/IntegerFunc.csproj index c7bbd56e4..81d660e5e 100644 --- a/Tools/LambdaTestTool/tests/LambdaFunctions/IntegerFunc/IntegerFunc.csproj +++ b/Tools/LambdaTestTool/tests/LambdaFunctions/IntegerFunc/IntegerFunc.csproj @@ -6,7 +6,7 @@ - + diff --git a/Tools/LambdaTestTool/tests/LambdaFunctions/S3EventFunction/S3EventFunction.csproj b/Tools/LambdaTestTool/tests/LambdaFunctions/S3EventFunction/S3EventFunction.csproj index 9c246d91b..34457339f 100644 --- a/Tools/LambdaTestTool/tests/LambdaFunctions/S3EventFunction/S3EventFunction.csproj +++ b/Tools/LambdaTestTool/tests/LambdaFunctions/S3EventFunction/S3EventFunction.csproj @@ -6,7 +6,7 @@ - + diff --git a/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessFunctionTemplateYamlExample/ServerlessFunctionTemplateYamlExample.csproj b/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessFunctionTemplateYamlExample/ServerlessFunctionTemplateYamlExample.csproj index 161f5ceb3..f2c6b7c42 100644 --- a/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessFunctionTemplateYamlExample/ServerlessFunctionTemplateYamlExample.csproj +++ b/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessFunctionTemplateYamlExample/ServerlessFunctionTemplateYamlExample.csproj @@ -9,7 +9,7 @@ - + diff --git a/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessTemplateExample/ServerlessTemplateExample.csproj b/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessTemplateExample/ServerlessTemplateExample.csproj index 47b338ce6..dc09c2fa1 100644 --- a/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessTemplateExample/ServerlessTemplateExample.csproj +++ b/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessTemplateExample/ServerlessTemplateExample.csproj @@ -6,7 +6,7 @@ - + diff --git a/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessTemplateYamlExample/ServerlessTemplateYamlExample.csproj b/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessTemplateYamlExample/ServerlessTemplateYamlExample.csproj index 50bf1f22e..f1ea47c5b 100644 --- a/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessTemplateYamlExample/ServerlessTemplateYamlExample.csproj +++ b/Tools/LambdaTestTool/tests/LambdaFunctions/ServerlessTemplateYamlExample/ServerlessTemplateYamlExample.csproj @@ -6,7 +6,7 @@ - + diff --git a/Tools/LambdaTestTool/tests/LambdaFunctions/SourceGeneratorExample/SourceGeneratorExample.csproj b/Tools/LambdaTestTool/tests/LambdaFunctions/SourceGeneratorExample/SourceGeneratorExample.csproj index ddbfa1ba0..712293c78 100644 --- a/Tools/LambdaTestTool/tests/LambdaFunctions/SourceGeneratorExample/SourceGeneratorExample.csproj +++ b/Tools/LambdaTestTool/tests/LambdaFunctions/SourceGeneratorExample/SourceGeneratorExample.csproj @@ -10,7 +10,7 @@ true - + \ No newline at end of file diff --git a/Tools/LambdaTestTool/tests/LambdaFunctions/ToUpperFunc/ToUpperFunc.csproj b/Tools/LambdaTestTool/tests/LambdaFunctions/ToUpperFunc/ToUpperFunc.csproj index c7bbd56e4..81d660e5e 100644 --- a/Tools/LambdaTestTool/tests/LambdaFunctions/ToUpperFunc/ToUpperFunc.csproj +++ b/Tools/LambdaTestTool/tests/LambdaFunctions/ToUpperFunc/ToUpperFunc.csproj @@ -6,7 +6,7 @@ - + From baca061c989dd9866b78c01066f7ae989a136bf0 Mon Sep 17 00:00:00 2001 From: adaines Date: Wed, 29 Jan 2025 16:51:44 -0500 Subject: [PATCH 2/3] Updates AWSSDK.* packages to latest version --- .../Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj b/Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj index 94e54695a..e3af30633 100644 --- a/Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj +++ b/Tools/LambdaTestTool/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj @@ -10,13 +10,13 @@ - - + + - - + + From c1889aad54866754b43dbb71842212e46611bfe6 Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Thu, 30 Jan 2025 17:00:12 -0800 Subject: [PATCH 3/3] Add changelog file --- .../changes/a7585946-235a-49be-ad11-12ffb0a89232.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .autover/changes/a7585946-235a-49be-ad11-12ffb0a89232.json diff --git a/.autover/changes/a7585946-235a-49be-ad11-12ffb0a89232.json b/.autover/changes/a7585946-235a-49be-ad11-12ffb0a89232.json new file mode 100644 index 000000000..caa187f14 --- /dev/null +++ b/.autover/changes/a7585946-235a-49be-ad11-12ffb0a89232.json @@ -0,0 +1,11 @@ +{ + "Projects": [ + { + "Name": "Amazon.Lambda.TestTool.BlazorTester", + "Type": "Patch", + "ChangelogMessages": [ + "Update AWS dependencies. This address issues when attempting to use SnapStart APIs from Amazon.Lambda.Core in Lambda functions." + ] + } + ] +} \ No newline at end of file