globocom / functions

DEPRECATED: An Open Source Serverless Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namespace management

wpjunior opened this issue · comments

All functions in this service should belongs in a namespace, it's useful to organize and do better ownership of functions.

The thing about this tasks I believe is define the routes of the functions

The better way to define that is making all the routes in a rest way in a way that this should be the url of the resource

/functions/:namespace/:function_name

and to run the function call this route

/functions/:namespace/:funtion_name/run

@wpjunior finished with commit 7101de8