schubergphilis / awsapilib

A python library exposing services that are not covered by the official boto3 library but are driven by undocumented APIs.
MIT License
60 stars 8 forks source link

fix(control-tower): fix control tower deploy/setup #41

Closed s0enke closed 2 years ago

s0enke commented 2 years ago

by passing the correct value (string instead of set) as a region parameter. otherwise the deploy() method fails with:

sequence item 1: expected str instance, set found

and by passing us-east-1 as region for the iamadmin signature, otherwise it fails setting up the roles.