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

WIP: adapt control tower to native API #30

Closed s0enke closed 2 years ago

s0enke commented 2 years ago

Control Tower has dark launched an official API and is rolling out a new AWS Console backend which makes use of the API, so this makes awsapilib ControlTower APIs failing.

This PR adapts to the new native APIs.

s0enke commented 2 years ago

The intermediate API is gone again, so let's close this until the official API comes out (with boto3 support hopefully).