Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 0ae6774

Browse files
author
Maciej Winnicki
committed
typo in README
1 parent 652f5d6 commit 0ae6774

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
![The Event Gateway](docs/assets/cover.png)
22

33
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!
57

68
Features:
79
- **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.
3739

3840
## Quick Start
3941

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.
4144

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._
4347

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).
4550

4651
## Motivation
4752

@@ -57,12 +62,14 @@ If you want to install and develop with the event-gateway without the framework,
5762

5863
### Function Discovery
5964

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
66+
following function types:
6167

6268
- FaaS functions (AWS Lambda, Google Cloud Functions, Azure Functions, OpenWhisk Actions)
6369
- HTTP endpoints (e.g. GET http://example.com/function)
6470

65-
Function Discovery stores information about functions allowing the Eveng Gateway to call them as a reaction to received event.
71+
Function Discovery stores information about functions allowing the Eveng Gateway to call them as a reaction to received
72+
event.
6673

6774
#### Example: Register An AWS Lambda Function
6875

0 commit comments

Comments
 (0)