Open isunli opened 2 months ago
Thanks for opening your first issue here! We'll come back to you as soon as we can. In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: Invite link
Hi @isunli! Thanks for opening this issue! I'm adding it to the backlog and will return to this issue once we release v3.
Use case
We are using bedrock event handler and we want to add session attributes and prompt session attributes in our response. In the current event handler there is no way to do that unless we build the json object manually. code.
We want to have a proper why to inject those attributes into response.
In the doc there is one more attribute called knowledgeBasesConfiguration which should also included in the solution.
Solution/User Experience
Maybe we have a bedrock response object like API Gateway (https://docs.powertools.aws.dev/lambda/python/latest/core/event_handler/api_gateway/#fine-grained-responses) to allow user to inject additional attributes.
Alternative solutions
No response
Acknowledgment