Support for function triggers and bindins
radu-matei opened this issue · 2 comments
radu-matei commented
This issue will keep track of the various triggers implemented over time:
- HTTP Trigger
- Blob Binding - In
- Blob Binding - Out
- Blob Trigger
- Cosmos DB
- Event Hubs
- Queue Storage
- Service Bus
- Twilio
Feel free to pick any of the bindings here and open pull requests!
radu-matei commented
Added blob binding - in - see https://github.com/radu-matei/azure-functions-golang-worker/blob/master/sample/HttpTriggerBlobBindingGo/main.go#L9
radu-matei commented
Added initial support for blob binding - out - see https://github.com/radu-matei/azure-functions-golang-worker/blob/master/sample/HttpTriggerBlobBindingInOutGo/main.go