aws-lambda-dotnet icon indicating copy to clipboard operation
aws-lambda-dotnet copied to clipboard

Add APIGatewayCustomAuthorizerRequest V2

Open carlin-q-scott opened this issue 3 years ago • 4 comments

Add support for APIGatewayCustomAuthorizerRequest V2

Describe the Feature

APIGatewayCustomAuthorizerRequest.cs is not compatible with format 2.0

Is your Feature Request related to a problem?

I can't deserialize the latest request format for Api Gateway Custom Authorizers.

Proposed Solution

Describe alternatives you've considered

Roll my own AuthorizerRequest class.

Additional Context

I get a 500 internal server error when my HttpApiGateway attempts to call my Lambda Authorizer Function.

Environment

  • [x] :wave: I may be able to implement this feature request
  • [ ] :warning: This feature might incur a breaking change

This is a :rocket: Feature Request

carlin-q-scott avatar Apr 05 '21 19:04 carlin-q-scott

Hi @carlin-q-scott,

Good afternoon.

Thanks for raising the issue. As of now, we cannot commit on the timeline by which this feature request could be reviewed and prioritized. However, it would really help if you could submit a PR for this change.

Thanks, Ashish

ashishdhingra avatar Apr 29 '21 20:04 ashishdhingra

Make sure to add the response class also 👍

Glen-Moonpig avatar Sep 21 '21 13:09 Glen-Moonpig

We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.

github-actions[bot] avatar Sep 22 '22 00:09 github-actions[bot]

Seems like this is still needed? I don't see these classes in the current SDK.

kjones avatar Sep 23 '22 13:09 kjones

The PR with this change has been released as part of version 2.6.0 of Amazon.Lambda.APIGatewayEvents

normj avatar Feb 13 '23 07:02 normj

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] avatar Feb 13 '23 07:02 github-actions[bot]