CDK to add Http headers in the integration request

0

I have to add a few HTTP headers mapped to the context values that come from the lambda authorizer as shown below

"context": {
    "company_id": "xxxxx-xxx-xxxxxx",
    "Owner":"xxxxx",
  }

and the headers will be sent to the minimal API.

Can anyone help me with the CDK code(.ts) that sends the custom headers to the .net API?

1 Antwort
1

Hi,

Thanks for reaching out. You can refer to this part of the CDK .NET reference for an example on how you can override the request and response parameters in order to add your custom headers. Please search for "Working with models" in the page if the link does not take you there directly.

Please check this out and let us know how you go.

AWS
SUPPORT-TECHNIKER
Ryan_A
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen