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
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
According the function EventToRequest, it only processes the field req.RequestContext.DomainName, but ignored the rest fields of req.RequestContext which is APIGatewayProxyRequestContext, could we include the other fields such as RequestID which is the original request ID from API Gateway ? Thanks in advance