Skip to content
#

sanic

Here are 328 public repositories matching this topic...

kevinmic
kevinmic commented Dec 8, 2021

We are moving some of our django applications to run inside a lambda. When we did so we lost access logs and gained logs that don't have much information. It would be useful if the Mangum Request/Response had additional log information or a mechanism was added to make logging access logs easy.

Example. WSGI access logs

GET /v2/resource HTTP/1.1" 200 686
GET /v2/resource/123 HTTP/1.1" 20
alvinchow86
alvinchow86 commented Dec 11, 2020

I am using Graphene with the Flask graphql integration. Graphql core supports an argument in its execute() function called execution_context_class, among other things as well. I would like to pass a custom ExecutionContext class but it doesn't look like there is a way to do this here in the Flask server integration (and probably the other ones as well).

My use case is that I'd like to use

Improve this page

Add a description, image, and links to the sanic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sanic topic, visit your repo's landing page and select "manage topics."

Learn more