ca98am79 / connect-dynamodb

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

feat: add initialized option #89

Closed shift-yuta-katayama closed 7 months ago

shift-yuta-katayama commented 7 months ago

This ought to fix https://github.com/ca98am79/connect-dynamodb/issues/67.

In an environment like AWS Lambda, DescribeTableCommand is executed each time because it is instantiated each time. This proposal would allow us to skip the DescribeTableCommand execution.

Since there seemed to be no CI, I am attaching the test results in a local environment. image image

shift-yuta-katayama commented 7 months ago

@ca98am79, How about my suggestion here? I would appreciate your reply.

ca98am79 commented 7 months ago

thank you this looks good