/example-openfaas-microapi

Micro APIs with OpenFaaS and .NET

Primary LanguageC#

Micro APIs with OpenFaaS and .NET

This code relates to an article published on Medium.

It's an example of a micro API built with .NET, OpenFaaS and ASPNET Functions.

The idea behind a micro API is to have a microservice that implements an API for a particular context - usually one or a very limited set of resources. That particular context ensures you don't duplicate too much code and that you focus the behaviour of the microservice.