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
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1

2
2
3
3
The Event Gateway combines both API Gateway and Pub/Sub functionality into a single event-driven experience. It's
4
-
dataflow for event-driven, serverless architectures. It routes Events (data) to Functions (serverless compute). Everything it cares about is an event! Even calling a function. It makes it easy to share events across different systems, teams and organizations!
4
+
dataflow for event-driven, serverless architectures. It routes Events (data) to Functions (serverless compute).
5
+
Everything it cares about is an event! Even calling a function. It makes it easy to share events across different
6
+
systems, teams and organizations!
5
7
6
8
Features:
7
9
-**Platform agnostic** - All your cloud services are now compatible with one another: share cross-cloud functions and events with AWS Lambda, Microsoft Azure, IBM OpenWhisk and Google Cloud Platform.
@@ -37,11 +39,14 @@ Azure, Google & IBM.
37
39
38
40
## Quick Start
39
41
40
-
The easiest way to get started with the event-gateway is using the [Serverless framework](https://serverless.com). The framework is setup to automatically download and install the event-gateway during development of a serverless service.
42
+
The easiest way to get started with the Event Gateway is using the [Serverless framework](https://serverless.com). The
43
+
framework is setup to automatically download and install the Event Gateway during development of a serverless service.
41
44
42
-
_Check out [`event-gateway-example` repo](https://github.com/serverless/event-gateway-example) for a walkthrough of using the event-gateway in local development._
45
+
_Check out [`event-gateway-example` repo](https://github.com/serverless/event-gateway-example) for a walkthrough of
46
+
using the Event Gateway in local development._
43
47
44
-
If you want to install and develop with the event-gateway without the framework, [instructions can be found here](./docs/developing.md).
48
+
If you want to install and develop with the Event Gateway without the framework,
49
+
[instructions can be found here](./docs/developing.md).
45
50
46
51
## Motivation
47
52
@@ -57,12 +62,14 @@ If you want to install and develop with the event-gateway without the framework,
57
62
58
63
### Function Discovery
59
64
60
-
Discover and call serverless functions from anything that can reach the Event Gateway. Function Discovery supports the following function types:
65
+
Discover and call serverless functions from anything that can reach the Event Gateway. Function Discovery supports the
0 commit comments