aws-samples / amazon-q-slack-gateway

MIT No Attribution
81 stars 30 forks source link

Fix caching Q client issue. #41

Closed harshav-aws closed 3 months ago

harshav-aws commented 5 months ago

The code fixes reusing the Q client across slack users. We now cache a Q Client for each slack user.

Issue #, if available:

Description of changes

Below are the changes included in the PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

harshav-aws commented 5 months ago

Merging changes to develop branch