ca98am79 / connect-dynamodb

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

OnDemand Table #62

Closed natac13 closed 3 years ago

natac13 commented 4 years ago

Is it possible to create an ondemand Table instead of a provisioned one.

I looked over your code and did not seem to think this was possible? Is there a reason why?

Thanks so much for the package.

sidwarkd commented 3 years ago

+1 on using an existing On-Demand table.

sidwarkd commented 3 years ago

@natac13 I just found that if you create the On-Demand table and just specify the table option it will use it. So while the library only creates provisioned tables you can still point it to an existing On-Demand table. Hope that helps.

ca98am79 commented 3 years ago

yes, thanks - the table option should work for this