From f5f36fbfc8690410397d61b057f257a4ec1396da Mon Sep 17 00:00:00 2001 From: Alex Ellis <alexellis2@gmail.com> Date: Wed, 22 Mar 2017 09:08:03 +0000 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 7f48d257..dd17d561 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -14,6 +14,8 @@ Features: * Unique URL routes for serverless functions * Instrumentation via Prometheus metrics at GET /metrics * Bundled Prometheus stack with AlertManager +* UI enhancements to create new function through a form + **Incoming requests and routing** @@ -34,19 +36,19 @@ This binary fwatchdog acts as a watchdog for your function. Features: ## 2. Future items -* UI enhancements to create new function through a form * Asynchronous / long-running tasks -* Built-in TLS termination +* Built-in TLS termination or guide for termination through NGinx etc * Deeper tests coverage and integration tests * Documentation about Alexa sample function +* Supporting request parameters ## 3. Development and Contributing -For development of the FaaS framework / library read on. If you would like to consume the project with your own functions then you can use the public images and the supplied `docker stack` file as a template (docker-compose.yml) +If you would like to consume the project with your own functions then you can use the public images and the supplied `docker stack` file as a template (docker-compose.yml) ### License -This project is licensed until the MIT License. +This project is licensed under the MIT License. ## Contributing -- GitLab