Tags: funkybob/bloop
Tags
Merge pull request numberoverzero#85 from numberoverzero/lambda-bind 1.1.0 provide create/describe table bypass for Engine.bind
Move client building to Engine.bind Fixes numberoverzero#32 * Client building moving to the bind function gives users a chance to configure before boto3 requires a valid session. This lets a models package set up models and engines without fixing them to a particular session, but available for injecting a session into later. * Added engine_for_profile to load a boto3 session profile into a new engine. * test helper local_bind became a context that temporarily patched the client's table creation and validation methods
PreviousNext