rdegges / flask-dynamo

DynamoDB integration for Flask.
http://flask-dynamo.readthedocs.org/en/latest/
The Unlicense
141 stars 36 forks source link

Update the connection function to allow setting the dynamo connection to local #6

Closed dcosson closed 7 years ago

dcosson commented 9 years ago

I added some unit tests that can run without connecting to dynamo to explicitly test just the logic that I added.

It also allows calling connect_to_region without the AWS access key & secret params, which you might want to do if using an iam instance profile on ec2 or using credentials in a .boto config file

rdegges commented 9 years ago

This looks good. I'm happy to merge this in -- but would you mind fixing this to work with the current master branch? After merging in the other environment variable fixes with boto, it breaks this.

jaustinpage commented 7 years ago

Hey, thanks for the pull request. I think this can be closed at this point though. This functionality now exists...