You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/04/15 07:39:18 UTC

[slack-digest] [2019-04-14] #wskdeploy

2019-04-14 14:14:41 UTC - Dominic Kim: How can I add default parameters to trigger with a feed?
https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1555251281001000
----
2019-04-14 14:15:00 UTC - Dominic Kim: I did this, but it seems not working.
https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1555251300001300
----
2019-04-14 14:15:16 UTC - Dominic Kim: ```
project:
    name: helloworld
    packages:
        helloworld:
            triggers:
                everyhour:
                    feed: /whisk.system/alarms/alarm
                    inputs:
                        cron: "*/10 * * * *"
```
https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1555251316001600
----