Skip to content

Commit b1eeebe

Browse files
committed
chore: update documentation to include AWS S3 as an event destination type
1 parent e461c0f commit b1eeebe

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SDKs:
4545

4646
</div>
4747

48-
Outpost is a self-hosted and open-source infrastructure that enables event producers to add outbound webhooks and [Event Destinations](https://eventdestinations.org?ref=github-outpost) to their platform with support for destination types such as Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS SNS, GCP Pub/Sub, RabbitMQ, and Kafka.
48+
Outpost is a self-hosted and open-source infrastructure that enables event producers to add outbound webhooks and [Event Destinations](https://eventdestinations.org?ref=github-outpost) to their platform with support for destination types such as Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS S3, GCP Pub/Sub, RabbitMQ, and Kafka.
4949

5050
The Outpost runtime has minimal dependencies (Redis, PostgreSQL or Clickhouse, and one of the supported message queues), is 100% backward compatible with your existing webhooks implementation and is optimized for high-throughput, low-cost operation.
5151

@@ -66,7 +66,7 @@ Read [Outpost Concepts](https://outpost.hookdeck.com/docs/concepts) to learn mor
6666
- **User portal**: Allow customers to view metrics, manage, debug, and observe their event destinations.
6767
- **Delivery failure alerts**: Manage event delivery failure alerts.
6868
- **OpenTelemetry**: OTel standardized traces, metrics, and logs.
69-
- **Event destination types**: Out of the box support for Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS SNS. GCP Pub/Sub, RabbitMQ, and Kafka.
69+
- **Event destination types**: Out of the box support for Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS S3, GCP Pub/Sub, RabbitMQ, and Kafka.
7070
- **Webhook best practices**: Opt-out webhook best practices, such as headers for idempotency, timestamp and signature, and signature rotation.
7171
- **SDKs and MCP server**: Go, Python, and TypeScript SDK are available. Outpost also ships with an MCP server. All generated by [Speakeasy](https://speakeasy.com).
7272

contributing/mq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This document will focus on the first two types of integrations. The third type,
2222
## Supported MQs
2323

2424
- [x] AWS SQS
25-
- [ ] GCP PubSub
26-
- [ ] Azure ServiceBus
25+
- [x] GCP PubSub
26+
- [x] Azure ServiceBus
2727
- [x] RabbitMQ (AMQP 0.9.1)
2828

2929
publishmq only:

docs/pages/features.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Outpost Features
55
Outpost offers a range of features designed to provide a robust and flexible event delivery system. Explore the details of each feature below:
66

77
- **[Multi-Tenant Support](./features/multi-tenant-support.mdx)**: The Outpost API supports creating multiple tenants on a single Outpost deployment.
8-
- **[Event Destinations](./features/destinations.mdx)**: Outpost supports a variety of event destination types, including Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS SNS, AWS S3, GCP Pub/Sub, RabbitMQ, and Kafka.
8+
- **[Event Destinations](./features/destinations.mdx)**: Outpost supports a variety of event destination types, including Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS S3, GCP Pub/Sub, RabbitMQ, and Kafka.
99
- **[Topics](./features/topics.mdx)**: Outpost supports event topics (also known as "event types") in order to segment, filter, and route events to appropriate destinations.
1010
- **[Publishing Events](./features/publish-events.mdx)**: Learn how events are published, either to a configured message queue or via the publish API endpoint.
1111
- **[Delivery & Retries](./features/event-delivery.mdx)**: Understand how Outpost ensures reliable event delivery with support for various destination types, retries, and best practices.
@@ -23,5 +23,5 @@ Outpost offers a range of features designed to provide a robust and flexible eve
2323
- **Multi-tenant support**: Create multiple tenants on a single Outpost deployment.
2424
- **Delivery failure alerts**: Manage event delivery failure alerts.
2525
- **OpenTelemetry**: OTel standardized traces, metrics, and logs.
26-
- **Event destination types**: Out of the box support for Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS SNS, AWS S3. GCP Pub/Sub, RabbitMQ, and Kafka.
26+
- **Event destination types**: Out of the box support for Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS S3, GCP Pub/Sub, RabbitMQ, and Kafka.
2727
- **Webhook best practices**: Opt-out webhook best practices, such as headers for idempotency, timestamp and signature, and signature rotation.

docs/pages/guides/migrate-to-outpost.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide will help you migrate your existing webhook infrastructure to Outpost
66

77
## Why Migrate to Outpost?
88

9-
Outpost is a self-hosted and open-source infrastructure that enables event producers to add Event Destinations to their platform with support for destination types such as Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS SNS, AWS S3, GCP Pub/Sub, RabbitMQ, and Kafka.
9+
Outpost is a self-hosted and open-source infrastructure that enables event producers to add Event Destinations to their platform with support for destination types such as Webhooks, Hookdeck Event Gateway, Amazon EventBridge, AWS SQS, AWS S3, GCP Pub/Sub, RabbitMQ, and Kafka.
1010

1111
The benefits of migrating to Outpost include:
1212

docs/zudoku.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: ZudokuConfig = {
1414
favicon: "https://outpost.hookdeck.com/docs/icon.svg",
1515
title: "%s | Outpost",
1616
description:
17-
"Outpost is an open source, self-hostable implementation of Event Destinations, enabling event delivery to user-preferred destinations like Webhooks, Hookdeck, AWS SQS, RabbitMQ, Kafka, and more.",
17+
"Outpost is an open source, self-hostable implementation of Event Destinations, enabling event delivery to user-preferred destinations like Webhooks, Hookdeck, AWS SQS, AWS S3, RabbitMQ, Kafka, and more.",
1818
generator: "Zudoku",
1919
applicationName: "Outpost Documentation",
2020
keywords: [

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Footer from "../components/Footer.astro";
1111
const title =
1212
"Outpost - Open source outbound webhooks and event destinations infrastructure";
1313
const description =
14-
"Manage and deliver platform events directly to your users' preferred event destinations: Webhooks, Hookdeck Event Gateway, AWS SQS, RabbitMQ, GCP Pub/Sub, Amazon EventBridge, and Kafka.";
14+
"Manage and deliver platform events directly to your users' preferred event destinations: Webhooks, Hookdeck Event Gateway, AWS SQS, AWS S3, RabbitMQ, GCP Pub/Sub, Amazon EventBridge, and Kafka.";
1515
const tags = [
1616
"outpost",
1717
"webhooks",

0 commit comments

Comments
 (0)