generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
Describe the feature
Actually this is not a feature request, but I'd like to ask you why the lambda handler for CR provider is not a SingletonFunction.
Use Case
I'm planning to use this library on bedrock claude chat for custom bot creation. The app users may have multiple bots, means need multilple OpenSearch collections. Current implementation creates the same lambda handlers, it's not efficient and consumes lambda counts, and would make the customer confused when they check management console.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change