ca98am79 / connect-dynamodb

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

Is there a way to use this to connect to an existing table in an existing stack? #47

Closed StJohn3D closed 6 years ago

StJohn3D commented 6 years ago

Hi, I'd rather not create a new session table every time I Deploy. I have a large cloud formation yaml file that spins up all the AWS resources I need in my stack. I was hoping to use this package to connect to the existing table. But the documentation looks like it only creates tables.

Is there a way to use this package to connect to my existing table?

ca98am79 commented 6 years ago

yes you don't have to create a table every time, you can include the table in the config options

StJohn3D commented 6 years ago

Thanks! Must be a permissions thing then because I did try that.