sixtyfour icon indicating copy to clipboard operation
sixtyfour copied to clipboard

Allow users to set their AWS account within exported functions?

Open sckott opened this issue 2 years ago • 0 comments

from #10

Possibly via some helper fxn, ideally not through every function, which would add extra work for everyone.

e.g., costexplorer has

costexplorer(
  config = list(),
  credentials = list(),
  endpoint = NULL,
  region = NULL
)

We initialize that list of functions for cost explorer ourselves - we could have helper funs to allow users to set creds so whenever it initializes they are used

Originally posted by @sckott in https://github.com/getwilds/sixtyfour/issues/10#issuecomment-1969329299

sckott avatar Mar 14 '24 15:03 sckott