CDK Stack - HttpApi + HttpAuthorizer - Authorizer not getting attached

0

Hey all,

i started creating an App with CDK. I am trying to create a (HTTP-)ApiGateway backend with an JWT Authorizer.

By now i managed to create the APIs and successfully invoke my Lambda to get a valid response. The authorizer is created successfully. But it's just not getting attached to my routes.

I am using the aws-cdk-lib/aws-apigatewayv2 package for the HttpApi and HttpAuthorizer construct. When i am trying to add a "authorizer" property and pass my created Authorizer i get an error because the property expects a HttpRouteAuthorizer, which i didn't manage to find :(

It is kind of confusing that there are many packages, some are even experimental, a it's hard to find the most up to date ones.

I hope someone can point me into the right direction

Thank you and all the best Sebastian

Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande