Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Support for input and output bindings #25

Open
zroubalik opened this issue Sep 10, 2019 · 1 comment
Open

Support for input and output bindings #25

zroubalik opened this issue Sep 10, 2019 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@zroubalik
Copy link
Contributor

We should discuss whether it is worth to explore possibilities on enabling Binding concepts for a function, see Azure Fn.
If we decide to try it, we should try to follow Azure Fn's syntax for the Bindings definition.
It would require a framework/library for enabling the bindings for users in a function.

@zroubalik zroubalik added enhancement New feature or request question Further information is requested labels Sep 10, 2019
@zroubalik zroubalik changed the title Enable Binding concepts? Binding concepts? Sep 10, 2019
@lance lance changed the title Binding concepts? Support for input and output bindings Sep 18, 2019
@lance
Copy link
Member

lance commented Sep 18, 2019

@zroubalik I think we should adhere as closely to the Azure Fn syntax as possible (ideally there should be some level of portability).

Here is a complete list of Azure's supported bindings: https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings#supported-bindings

This is the context object's API, which we should also consider adhering more closely to. https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-node#context-object

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants