Add APIGatewayCustomAuthorizer V2 requests#1066
Merged
Conversation
Dreamescaper
commented
Feb 3, 2022
|
Is there a timeline when these changes will be merged into master? |
normj
approved these changes
Feb 12, 2023
Member
|
Thanks for PR. This PR has been released as part of version 2.6.0 of Amazon.Lambda.APIGatewayEvents |
vaernion
pushed a commit
to Arbeidstilsynet/brevgen2
that referenced
this pull request
Dec 3, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Amazon.Lambda.APIGatewayEvents](https://github.com/aws/aws-lambda-dotnet) | nuget | minor | `2.5.0` -> `2.7.1` | | [Amazon.Lambda.Serialization.SystemTextJson](https://github.com/aws/aws-lambda-dotnet) | nuget | minor | `2.3.1` -> `2.4.4` | --- ### Release Notes <details> <summary>aws/aws-lambda-dotnet (Amazon.Lambda.APIGatewayEvents)</summary> ### [`v2.7.1`](https://github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaAPIGatewayEvents-271) - Added support for `Condition` element in `APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement`. ### [`v2.7.0`](https://github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaAPIGatewayEvents-270) - Marked as trimmable for .NET 8 ### [`v2.6.0`](https://github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaAPIGatewayEvents-260) - Pull request [#​1066](aws/aws-lambda-dotnet#1066) add V2 API Gateway customer authrorizer. Thanks [Oleksandr Liakhevych](https://github.com/Dreamescaper) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or PR is renamed to start with "rebase!". 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #845.
Description of changes:
I've added request/responses for HTTP API custom authorizers (2.0 format).
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.