Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
table update
  • Loading branch information
yaron2 committed Sep 26, 2019
commit cf986a3ab70e232b6b0e2af16f82da51f069f4ae
28 changes: 15 additions & 13 deletions bindings/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
Bindings provide a common way to trigger an application with events from external systems, or invoke an external system with optional data payloads.
Bindings are great for event-driven, on-demand compute and help reduce boilerplate code.

Currently supported bindings are:

* Kafka
* RabbitMQ
* AWS SQS
* AWS SNS
* Azure Eventhubs
* Azure CosmosDB
* Google Cloud Storage Bucket
* HTTP
* MQTT
* AWS DynamoDB
* Redis
List of bindings and their status:

| Name | Input Binding | Output Binding | Status
| ------------- | -------------- | ------------- | ------------- |
| Kafka | V | V | | Experimental |
| RabbitMQ | V | V | | Experimental |
| AWS SQS | V | V | | Experimental |
| AWS SNS | | V | | Experimental |
| Azure EventHubs | V | V | | Experimental |
| Azure CosmosDB | V | | Experimental |
| GCP Storage Bucket | | V | | Experimental |
| HTTP | | V | | Experimental |
| MQTT | V | V | | Experimental |
| Redis | | V | | Experimental |
| AWS DynamoDB | | V | | Experimental |

## Implementing a new binding

Expand Down