http lambda authorizer external api calls

0

i'm creating a http lambda authorizer in a custom VPC with a private isolated subnet and i'm trying to verify the token,
the issue is when i try to get the public key from the provider JWKs (auth0) the request times-out

1 Risposta
1

Hi.

You need to add a public subnet, configure a NAT gateway (or NAT instance), and allow the Internet outbound of your private subnet's Lambda function by using NAT.

https://aws.amazon.com/premiumsupport/knowledge-center/internet-access-lambda-function/?nc1=h_ls

profile picture
ESPERTO
iwasa
con risposta 2 anni fa
  • Does your authorizer require access to VPC resources, e.g., RDS? If not, there is no reason to attach it to a VPC.

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