Skip to content

Commit 7ebd49a

Browse files
weltekialexellis
authored andcommitted
Add GCP Pub/Sub connector to landing and pricing page
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
1 parent a91f73f commit 7ebd49a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

_includes/landing-page/landing-description.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2 class="title is-size-4 has-text-grey-darker">
6363
Event-driven workloads
6464
</h2>
6565
<p class="title has-text-weight-light is-size-5-tablet is-size-4 has-text-grey">
66-
Invoke functions through events from Apache Kafka, AWS SQS, Postgresql, Cron and MQTT.
66+
Invoke functions through events from Apache Kafka, AWS SQS/SNS, GCP Pub/Sub, RabbitMQ, Postgresql, Cron and MQTT.
6767
</p>
6868
</div>
6969
</div>

_includes/pricing-page/pricing-cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h3 class="mb-3" style="font-weight: bold;">Events/triggers</h3>
219219
<path d="M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z">
220220
</path>
221221
</svg>
222-
Kafka, RabbitMQ, Postgresql, AWS SNS/SQS triggers
222+
Kafka, RabbitMQ, GCP Pub/Sub, Postgresql, AWS SNS/SQS triggers
223223
</li>
224224

225225
<li class="mb-3 is-flex is-align-items-center ">

_includes/pricing-page/pricing-table.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,12 @@ <h3 class="subtitle pt-4">
344344
<td class="is-2">{% include yes.html %}</td>
345345
<td class="is-2">{% include yes.html %}</td>
346346
</tr>
347+
<tr>
348+
<th class="is-one-third">Google Cloud Pub/Sub</th>
349+
<td class="is-2">{% include no.html %}</td>
350+
<td class="is-2">{% include yes.html %}</td>
351+
<td class="is-2">{% include yes.html %}</td>
352+
</tr>
347353

348354
<tr>
349355
<td colspan="4">

0 commit comments

Comments
 (0)