awsapilib
awsapilib copied to clipboard
A python library exposing services that are not covered by the official boto3 library but are driven by undocumented APIs.
Hi, Trying out the library and I'm struggling to get root login working using the following: ``` from awsapilib import AccountManager from awsapilib.captcha import Captcha2 import logging logging.basicConfig(level=logging.DEBUG) solver =...
This is a feature request. awsapilib can currently solve captchas (e.g. in root user signing and password reset) via 2captcha. AWS recently added the Audio Captcha functionality to all captcha...
I'm trying to automate some Quicksight admin (undocumented) API operations, which appear to be authenticated through AWS console cookies combined with a CSRF validation (through the `mbtc` parameter). Would you...
Hello! wondering if your planning to support KMS while deploying the landing zone and creating nested OUs under Control Tower? Thanks
See [superwerker issue 417](https://github.com/superwerker/superwerker/issues/417) for the original report and analysis. I cross post it here because I think the solution depends on a change to awsapilib. If you prefer to...
I'm evaluating awsapilib to see whether it can help me automate the building of a landing zone. I have root user credentials for an AWS account that I just created...
Tested with version 3.1.3, this broke sometime around 2023-03-21T00:30+01:00 according to our logs. Looks like the oauth SSO login portion is not finding the expected Location header in the initial...
Correct me if i am wrong but the only way of authenticating with control tower and other services is by a role arn which then uses your configured default aws...
Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. Commits...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...