Julio Delgado Jr.
Julio Delgado Jr.
Will test that out. However, I would prefer it would figure that out automatically, without me having to add separate type hints everywhere I use paginators. For instance, when doing...
org_client = boto3.client("organizations") # type: botostubs.Organizations org_info = org_client.describe_organization().get("Organization") Example where it works nicely (without paginators), without me adding type hints to each API call
it be great, if botostubs handled that automatically, whenever it saw "get_paginator" being used. Other reason why its helpful, is so that its easy to comment out botostubs when no...
try/except worked out great. errors I was still getting was my linters, and doing try/except got rid of those errors too. I was thinking something like function overloads, similar to...
Thanks for putting in a feature request. Both of these solutions are at the top of our backlog, to be included in a near-term release. On that note, we would...
@fastplayer95 thanks for the suggestion. I don't recall all the differences between that solution and this one. However, I did open an issue against that solution being incomplete. See [here](https://github.com/keyboardDrummer/cloudformation-ide-tooling/issues/18).
to test loop through user, group, role, and policies in account, using the analyze_policy_string function. Then run code similar to below, and you should see the inconsistencies, and maybe it...
@kylelady @0xdabbad00 any updates on this?