Skip to content

Commit 7b0ad42

Browse files
committed
Update README
Signed-off-by: Alex Ellis <[email protected]>
1 parent b6ec1a0 commit 7b0ad42

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# faas-memory
22

3-
An in-memory implementation of the OpenFaaS provider API. Useful for testing some gateway functionality.
3+
faas-memory implements the OpenFaaS provider API and uses in-memory objects to store state.
4+
5+
## Purpose
6+
7+
This provider was created for integration testing and as a first-class example of an OpenFaaS provider for others to follow. It implements the [faas-provider](https://github.com/openfaas/faas-provider) interface.
8+
9+
## Getting started
10+
11+
Coming soon..
12+
13+
## Acknowledgements
14+
15+
This provider was built by Edward Wilde.

0 commit comments

Comments
 (0)