Skip to content

Add APIGatewayCustomAuthorizer V2 requests#1066

Merged
normj merged 3 commits intoaws:devfrom
Dreamescaper:custom_authorizer_v2_requests
Feb 12, 2023
Merged

Add APIGatewayCustomAuthorizer V2 requests#1066
normj merged 3 commits intoaws:devfrom
Dreamescaper:custom_authorizer_v2_requests

Conversation

@Dreamescaper
Copy link
Copy Markdown
Contributor

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.

@Sakthi-vel-subramanian
Copy link
Copy Markdown

Is there a timeline when these changes will be merged into master?

@ashishdhingra ashishdhingra added the feature-request A feature should be added or improved. label Oct 11, 2022
@ashishdhingra ashishdhingra requested a review from normj October 11, 2022 16:44
@normj normj changed the base branch from master to dev February 12, 2023 00:57
@normj normj merged commit 2e714a7 into aws:dev Feb 12, 2023
@normj
Copy link
Copy Markdown
Member

normj commented Feb 13, 2023

Thanks for PR. This PR has been released as part of version 2.6.0 of Amazon.Lambda.APIGatewayEvents

@Dreamescaper Dreamescaper deleted the custom_authorizer_v2_requests branch February 13, 2023 11:39
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 [#&#8203;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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature-request A feature should be added or improved.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add APIGatewayCustomAuthorizerRequest V2

4 participants