You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#188129245 Add: Support for logging body in aws lambda (#90)
* Add: Support for aws lambda
Add: Support for aws lambda
Bump version to 1.4.9
* Refactor: Update README.md
Refactor: Update README.md
* Refactor: Call next middleware only once
Refactor: Call next middleware only once
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,9 @@ _boolean_, default true. Set to false to not log the request and response body t
126
126
#### __`AuthorizationUserIdField`__
127
127
(optional), _string_, Field name in JWT/OpenId token's payload for identifying users. Only applicable if authorization_header_name is set and is a Bearer token.
128
128
129
+
#### __`IsLambda`__
130
+
_boolean_, default false. Set to true if integrating with AWS Lambda functions.
131
+
129
132
#### __`Capture_Outgoing_Requests`__
130
133
(optional), Set to capture all outgoing API calls from your app to third parties like Stripe or to your own dependencies while using [System.Net.Http](https://docs.microsoft.com/en-us/dotnet/api/system.net.http?view=netframework-4.8) package. The options below is applied to outgoing API calls. When the request is outgoing, for options functions that take request and response as input arguments, the request and response objects passed in are [HttpRequestMessage](https://docs.microsoft.com/en-us/uwp/api/windows.web.http.httprequestmessage) request and [HttpResponseMessage](https://docs.microsoft.com/en-us/uwp/api/windows.web.http.httpresponsemessage) response objects.
0 commit comments