Ryan Causey
Ryan Causey
I followed @joarleymoraes example and some combinations of the policy statements here to come up with the following that works using `manage_roles: false`. This means I manually created the role...
AWS API Gateway has a hard 30 second integration timeout that cannot be changed, and is most likely what you are running into. This is to say that API gateway...
@siassaj I used `pip install psycopg2-binary` to work around this. See: https://www.psycopg.org/docs/install.html#binary-install-from-pypi I haven't personally run into issues the docs mention with the binary install, but your mileage may vary.
@joebaro I've rebased this onto the most recent version of master as of the time of writing this. Let me know if there are any issues to resolve. Thanks.
So I've run into the same issue. It seems that my test project settings like so leads to many 302 login redirects when trying to use the admin_client to access...
What needs to be done to this PR, besides fixing merge conflicts, in order for it to be merged? Or, is there another plan in the works to add XY...
@wellsiau-aws the problem is that this doesn't follow the semantics one expects from a Terraform resource. If I make changes to the resource, in this case a `awscc_verifiedpermissions_policy`, I shouldn't...
I just ran into this issue. Is there any idea on how to solve this?
This was created from #19504.
> Rebasing is done using git. We do check for an existing PR prior to that step (Eg to see if it's been closed) so we augment that functionality if...