ca98am79 / connect-dynamodb

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

Update Readme to add describe table permissions #66

Closed wayne-folkes closed 3 years ago

wayne-folkes commented 3 years ago

This library calls describeTable which the docs do not include as a required permission. If not present the library will attempt to create the table and will then throw ResourceInUseException because the table exists

ca98am79 commented 3 years ago

thanks!