AWS API Gateway“ x-amzn-requestid”-可以在.net内核中捕获它

时间:2018-12-13 10:57:25

标签: amazon-web-services exception asp.net-core aws-api-gateway correlation

是否可以在.Net Core API异常过滤器方法中捕获AWS API网关“ x-amzn-requestid”?

1 个答案:

答案 0 :(得分:1)

答案是肯定的。

仅在此示例中刮一下我说的以下内容-> https://github.com/aws/aws-lambda-dotnet/tree/master/Libraries/src/Amazon.Lambda.APIGatewayEvents

您将在其中看到标题

var headerNames = string.Join(", ", apigProxyEvent.Headers.Keys);