You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/07/16 17:51:35 UTC

[GitHub] [incubator-openwhisk] rabbah opened a new issue #4558: Allow parameters to be designated as init time properties

rabbah opened a new issue #4558: Allow parameters to be designated as init time properties
URL: https://github.com/apache/incubator-openwhisk/issues/4558
 
 
   As discussed on the [dev list](https://lists.apache.org/thread.html/7e03e6fc965d972882f4c76e34b2e9aa28579a0c3004d63d546e2611@%3Cdev.openwhisk.apache.org%3E), allows parameters to be designated as init time parameters. The result of such a designation is that the corresponding parameters are communicated to the action at initialization time and should be exported to the action's environment accordingly. This change requires updates to the action runtimes for the latter details and will be done separately. Additonal changes are required to the documentation once all the details are in place.
   
   1. [x] implement the core API change
   2. [ ] extends all the runtimes
       1. [x] nodejs
       2. [ ] c#
       3. [ ] all action loop related runtimes
   3. [ ] update cli (Add `-e`)
   4. [ ] update documentation (include examples of using this capability with `wsk` and functions)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services