Bruce Edge

Results 104 comments of Bruce Edge

I ran into this too. This is contorted around some child classes, but here's the gist of it: ``` SESSION = Session(profile='CrossDynamodbAccess') MyClass._connection = MyClass._get_connection() MyClass._connection.connection._client = SESSION.create_client( 'dynamodb', region_name='us-west-2')...

"Is there a desire to apply different profiles to different model classes/instances?" - yes, exactly. See earlier post: https://github.com/pynamodb/PynamoDB/issues/204#issuecomment-289231193

This is the config that works: ![ss-2021-32-11_09 32 23](https://user-images.githubusercontent.com/499317/129073005-f38264ff-22ec-4d7a-bcef-cf99fefa708e.png) This does not: ![Screen Shot 2021-08-11 at 10 11 05](https://user-images.githubusercontent.com/499317/129073167-4b57def9-f34e-4b78-94fb-1023c2300f9f.png)

Still fails after updating to latest boto components: ``` [I] ➜ pip show boto boto3 botocore Name: boto Version: 2.49.0 Summary: Amazon Web Services Library Home-page: https://github.com/boto/boto/ Author: Mitch Garnaat...

Just confirmed while replicating that the default shell needed to NOT be dash as well Also I don't understand why the s3 bucket config needs to exist. If the instance...

Found this doc that could explain the KMS issue https://aws.amazon.com/premiumsupport/knowledge-center/ssm-session-manager-failures/ If I get time I'll try this setup. Still trying to sort out exactly what s3 permissions are needed.

I need this too, except with pem certs. Works with swagger-codegen (but it has other problems).

I have an API where the client needs to authenticate by providing a .pem cert. Similar to how one needs to import a cert into the browser before accessing a...

Updated PR to fix https://github.com/tmux-plugins/tmux-logging/issues/38 as well

OK, got carried away. Added README updates, and key bindings for the snapshot_and_log. Hope this fits with your plans.