Bruce Edge
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:  This does not: 
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.