ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

AWS SDK new version fix #7

Closed kristian-ackar closed 11 years ago

kristian-ackar commented 11 years ago

Hi,

I'm using yours connect-dynamodb module for node.js. I've experinced some troubles with it. After I investigate a little bit I realized that newer AWS API occured.

After all I saw that you opened issue for that problem :)

A few changes are made on your library. Please accept my pull request and update your repo. Soon we'll need that module on production.

BR, Kristian

ca98am79 commented 11 years ago

Thanks! I'll check this out later today or tomorrow. I think this issue is fixed in version 0.1.4, by specifying the api version number:

https://github.com/ca98am79/connect-dynamodb/commit/902c7ea4d649afe8979f09da1f4b040ced89d931

There is also issue #6 open for converting to the new api.

ca98am79 commented 11 years ago

thanks - I've merged this in. connect-dynamodb now supports the 2012-08-10 API version of DynamoDB