This commit is contained in:
Alex Ellis 2017-12-30 20:44:46 +00:00 committed by GitHub
parent 43437e7d01
commit 44609aa189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
Watchdog
==========
The watchdog provides an unmanaged and generic interface between the outside world and your function. Its job is to marshal a HTTP request accepted on the API Gateway and to invoke your chosen appliaction. The watchdog is a tiny Golang webserver - see the diagram below for how this process works.
The watchdog provides an unmanaged and generic interface between the outside world and your function. Its job is to marshal a HTTP request accepted on the API Gateway and to invoke your chosen application. The watchdog is a tiny Golang webserver - see the diagram below for how this process works.
![](https://pbs.twimg.com/media/DGScDblUIAAo4H-.jpg:large)