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

Commit

Permalink
Remove duplicated links in the README (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw authored May 24, 2018
1 parent bb87dcb commit 2c5a6b5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Event Gateway - React to any event with FaaS function across clouds](https://s3.amazonaws.com/assets.github.serverless/event-gateway-readme-header-v2.gif)

[We're Hiring!](https://serverless.com/company/jobs/)[Website](https://serverless.com/event-gateway/)[Newsletter](http://eepurl.com/b8dv4P)[Forum](http://forum.serverless.com)[Meetups](https://github.com/serverless-meetups/main)[Twitter](https://twitter.com/goserverless)
[We're Hiring!](https://serverless.com/company/jobs/)[Website](https://serverless.com/event-gateway/)[Slack](https://join.slack.com/t/serverless-contrib/shared_invite/MjI5NzY1ODM2MTc3LTE1MDM0NDIyOTUtMDgxNTcxMTcxNg)[Newsletter](http://eepurl.com/b8dv4P)[Forum](http://forum.serverless.com)[Meetups](https://github.com/serverless-meetups/main)[Twitter](https://twitter.com/goserverless)

The Event Gateway combines both API Gateway and Pub/Sub functionality into a single event-driven experience. It's
dataflow for event-driven, serverless architectures. It routes Events (data) to Functions (serverless compute).
Expand All @@ -26,8 +26,6 @@ yet ready for production applications._

[![Build Status](https://travis-ci.org/serverless/event-gateway.svg?branch=master)](https://travis-ci.org/serverless/event-gateway)

[Website](http://www.serverless.com)[Slack](https://join.slack.com/t/serverless-contrib/shared_invite/MjI5NzY1ODM2MTc3LTE1MDM0NDIyOTUtMDgxNTcxMTcxNg)[Newsletter](http://eepurl.com/b8dv4P)[Forum](http://forum.serverless.com)[Meetups](https://www.meetup.com/pro/serverless/)[Twitter](https://twitter.com/goserverless)

![Event Gateway - Build event-driven integrations with lambda, cloud functions, kubernetes](https://s3.amazonaws.com/assets.github.serverless/event-gateway-integrations-2.png)

## Contents
Expand Down Expand Up @@ -372,13 +370,3 @@ Tools like Envoy/Linkerd solve different domain of technical problems that doesn
### Service Discovery in FaaS = Function Discovery

Service discovery problems may be relevant to serverless architectures, especially when we have a multi-cloud setup or we want to call a serverless function from a legacy system (microservices, etc...). There is a need for some proxy that will know where the function is actually deployed and have retry logic built-in. Mapping from function name to serverless function calling metadata is a different problem from tracking the availability of a changing number of service instances. That's why there is a room for new tools that solves **function discovery** problem rather than the service discovery problem. Those problems are fundamentally different.

## Community

* [Slack](https://join.slack.com/t/serverless-contrib/shared_invite/MjI5NzY1ODM2MTc3LTE1MDM0NDIyOTUtMDgxNTcxMTcxNg)
* [Newsletter](http://eepurl.com/b8dv4P)
* [Forum](http://forum.serverless.com)
* [Meetups](https://www.meetup.com/pro/serverless/)
* [Twitter](https://twitter.com/goserverless)
* [Facebook](https://www.facebook.com/serverless)
* [Contact Us](mailto:hello@serverless.com)

0 comments on commit 2c5a6b5

Please # to comment.