This message was deleted.
# typescript
s
This message was deleted.
w
Re: EKS not supporting aws:profile - I believe that was fixed with https://github.com/pulumi/pulumi-eks/pull/205 which should be available in a release soon (or you can use “dev” tag to test it out). You can also do something like this to print out details of the current provider being used (or even go further and assert that you are targeting a certain account or set of accounts and fail the update if not): https://pulumi-community.slack.com/archives/C84L4E3N1/p1562694949223200?thread_ts=1562694728.222600&channel=C84L4E3N1&message_ts=1562694949.223200
👍 1
a
Thanks, I'll have a play with that.
Is it possible to have the main content of my pulumi app inside an async function (or then from a promise)? And still return stack outputs?