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
If there is an event destination type that you would like to see supported, [open a feature request](https://github.com/hookdeck/outpost/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=%F0%9F%9A%80+Feature%3A+).
Copy file name to clipboardExpand all lines: docs/pages/overview.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@ Outpost supports event delivery to:
8
8
9
9
- Webhook endpoints
10
10
- Hookdeck Event Gateway
11
-
- RabbitMQ
12
-
- AWS SQS
13
11
- AWS Kinesis
12
+
- AWS SQS
14
13
- AWS S3
15
14
- Azure Service Bus
15
+
- GCP Pub/Sub
16
+
- RabbitMQ (AMQP)
16
17
17
-
Planned destination types include AWS EventBridge, GCP Pub/Sub, and Kafka.
18
+
Planned destination types include AWS EventBridge and Kafka.
18
19
19
20
Outpost is built and maintained by [Hookdeck](https://hookdeck.com?ref=github-outpost). It's written in Go and distributed as a binary and Docker container under the Apache-2.0 license.
20
21
@@ -34,6 +35,7 @@ Follow the quickstart and run Outpost with either RabbitMQ or SQS via LocalStack
0 commit comments