Closed rubenfonseca closed 12 months ago
This issue is now closed. Please be mindful that future comments are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
This is now released under 2.26.1 version!
Use case
As a user, I want to create a Bedrock Agent using Lambda. I will receive a new payload type specific for this integration, and Bedrock expects my Lambda function to output a certain format.
https://docs.aws.amazon.com/bedrock/latest/userguide/agents-create.html
NOTE: As of October 26, 2023, the payload structure of the Lambda input event and response format is changing.
Current payload
Input
Output
Solution/User Experience
Add event source data class and parser support for the input and output events.
Alternative solutions
No response
Acknowledgment