agw icon indicating copy to clipboard operation
agw copied to clipboard

Route AWS APIGateway to lambda with standard router such as mux

Results 1 agw issues
Sort by recently updated
recently updated
newest added

Hi, I've added these getters to be able to log response in opentelemetry middleware. Example: next.ServeHTTP(w, r) lppResponse, ok := w.(*agw.LPResponse) if ok { attrs := semconv.HTTPAttributesFromHTTPStatusCode(lppResponse.Status()) spanStatus, spanMessage :=...