nimbusnext-malhar

Results 1 issues of nimbusnext-malhar

- create new function in empty dir using ``` func init ``` - add a simple endpoint such as /hello to it ``` @app.route(route="hello", methods=["GET"], auth_level=func.AuthLevel.ANONYMOUS) def hello(req: func.HttpRequest) ->...

bug
Needs: Attention :wave: