Skip to content

Commit 4ac6722

Browse files
Update dependency Amazon.Lambda.APIGatewayEvents to v2 (#1981)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Amazon.Lambda.APIGatewayEvents](https://redirect.github.com/aws/aws-lambda-dotnet) | nuget | major | `1.3.0` -> `2.7.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>aws/aws-lambda-dotnet (Amazon.Lambda.APIGatewayEvents)</summary> ### [`v2.7.1`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaAPIGatewayEvents-271) - Added support for `Condition` element in `APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement`. ### [`v2.7.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaAPIGatewayEvents-270) - Marked as trimmable for .NET 8 ### [`v2.6.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaAPIGatewayEvents-260) - Pull request [#&#8203;1066](https://redirect.github.com/aws/aws-lambda-dotnet/pull/1066) add V2 API Gateway customer authrorizer. Thanks [Oleksandr Liakhevych](https://redirect.github.com/Dreamescaper) ### [`v2.5.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaCore-250) - Added the new `SnapshotRestore` static class for registering SnapStart hooks for before snapshot and after restore. ### [`v2.4.1`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaSerializationSystemTextJson-241) - Marked SourceGeneratorLambdaJsonSerializer<T> constructor that took in an instance of JsonSerializerContext as Obsolete. This was due to the JsonSerializerContext instance unlikely to have the correct JsonSerializerOptions for Lambda serialization. ### [`v2.4.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaCore-240) - Removed RequiresPreviewFeatures attribute from parameterized logging APIs ### [`v2.3.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaCore-230) - Add preview parameterized logging APIs to the ILogger interface. The API will be in preview till the completion of Amazon.Lambda.RuntimeSupport being deployed to the managed runtime. ### [`v2.2.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaSerializationJson-220) - Updated contract resolvers to be compatible with the latest version of the `Amazon.Lambda.DynamoDBEvents` package. ### [`v2.1.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaConfigEvents-210) - Marked as trimmable for .NET 8 ### [`v2.0.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaMQEvents-200) - **Breaking Change:** Corrected the date type of RabbitMQMessage.BasicProperties.Priority to Nullable int in RabbitMQEvent class. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 96f11e8 commit 4ac6722

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-py-serverless-raw/app/app.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
1212
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.8.0" />
13-
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="1.3.0" />
13+
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
1414

1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1616
</ItemGroup>

aws-ts-serverless-raw/app/app.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
1212
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.8.0" />
13-
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="1.3.0" />
13+
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
1414

1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)