hoonkim / rune

Free Serverless architecture implementation working on openstack.
Apache License 2.0
6 stars 4 forks source link

Fill this #18

Open hoonkim opened 7 years ago

hoonkim commented 7 years ago

in server.py

@staticmethod
def _handle_request(body, request):
    # TODO @seok0721 handle request here.
    result = ""
    request.send_reponse(result)

@seok0721 result should be json string you want to return to @TaeyoungJang check this