Does anyone bring the AWS child account from the m...
# aws
f
Does anyone bring the AWS child account from the master account? I'm looking for some way to do that with Pulumi. But for some reason, I can't.
Copy code
aws organizations list-accounts --no-cli-pager
This is what I'm looking for in Pulumi https://www.pulumi.com/registry/packages/aws/api-docs/organizations/getorganization/ This one it returns as an empty dict ---- EDIT: i was need to update the Pulumi package for Python