Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

combinator/idiom for injecting parameters to invoke an action #6

Open
@rabbah

Description

@rabbah
  composer.retain(
    composer.value(slackConfig)),
  ({result, params}) => Object.assign(result, params),
  `/whisk.system/slack/post`)

or

  composer.retain(
    composer.value(watsonTranslateConfig)),
  ({result, params}) => Object.assign(result, params),
  `/whisk.system/watson/languageId`)

to avoid creating bindings, or to override parameters/pass secrets to an app.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions