View on GitHub

serverless-discovery

Discovery Framework for Serverless micro-services - Home

serverless-discovery

The last serverless micro-service you’ll ever wonder how to find

This is the home page for the Discovery Framework for a serverless architecture. The Serverless Discovery SDK interacts with a discovery microservice to discover endpoints for micro-services written for a serverless architecture. This is similar to clustered services such as Consul or ZooKeeper, but without the concept of instances or nodes that must be monitored for online state. This library is designed to support use both on the server side (for service-to-service lookups) and on the browser/client side.

Read more about the initial design here

Micro-service implementations

SDK libraries

The Serverless Discovery SDK is designed to be language agnostic and currently has support for the following languages. Please contact us with suggestions for things you would like to see added to this list, or contribute a library for a new language directly.

Supporting Tools