openfaas / python-flask-template

HTTP and Flask-based OpenFaaS templates for Python 3
MIT License
85 stars 86 forks source link

Match style of golang-http / java template #8

Closed alexellis closed 5 years ago

alexellis commented 5 years ago

We should move from "req" to "event, context" in the same style as the Golang template.

Example: https://github.com/openfaas-incubator/golang-http-template

This will enable us to take advantage of the HTTP abilities of the of-watchdog which we can't currently do.

Alex

kturcios commented 5 years ago

You can assign me this one. I'll be submitting a PR this week with WIP so you can see the progress.

alexellis commented 5 years ago

Thanks @kturcios how far did you get?