is it possible to read the value of the aws config...
# general
h
is it possible to read the value of the aws config keys? i.e. I have this in my
Pulumi.stack.yaml
Copy code
config:
  aws:profile: StagingAdmin
and in my
index.ts
code I would like to do something like:
Copy code
const prof = config.require('aws:profile');