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回答
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
サポートエンジニア
Ryan_A
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ