0

I am writing a number of actions (IBM Cloud functions,) which share a couple of the same parameters, e.g. the IAMAuthenticator or the database path. Is there a way to set these as some kind of environmental variables common to several functions?

Pavlo Maistrenko
  • 187
  • 2
  • 12

1 Answers1

1

You can make use of packages and bind those variables to a package. All actions in a package kind of share the same setup. It is a way of organizing and simplifying deployment.

data_henrik
  • 16,724
  • 2
  • 28
  • 49