You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments