-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamoDB: Add table_exists parameter and extend documentation #237
DynamoDB: Add table_exists parameter and extend documentation #237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Everything looking good to me, I'll merge to dev and also merge the equivalent PR for sqlalchemy before going up a version.
mind if i try a force push? |
Seems like my last commit with the doc fix didn't make it, is the PR still open for you? Maybe you can try to merge again... |
So strange... but git kraken has done this to me before where it just randomly wont merge something |
I think i'll reset and try again, using github |
dcc0de2
to
0001bb3
Compare
Does that look, better? I used github but it made a merge back into the PR first, a bit annoying |
Yeah, seems like the latest changes are now in development and it's shown as merged :) |
table_exists
parameter toDynamoDBSessionInterface
(SESSION_DYNAMODB_TABLE_EXISTS
) to support pre-existing tables and limited permissionsDynamoDBSessionInterface
CONTRIBUTING.rst
See also the discussion with @Lxstr here: #214 (comment)