-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Add support for the Bedrock Agent event and response formats #3261
Closed
2 tasks done
Closed
2 tasks done
Labels
event_handlers
event_sources
Event Source Data Class utility
feature-request
feature request
parser
Parser (Pydantic) utility
Comments
rubenfonseca
added
triage
Pending triage from maintainers
feature-request
feature request
labels
Oct 27, 2023
github-project-automation
bot
moved this to Triage
in Powertools for AWS Lambda (Python)
Oct 27, 2023
rubenfonseca
moved this from Triage
to Working on it
in Powertools for AWS Lambda (Python)
Oct 27, 2023
rubenfonseca
added
event_sources
Event Source Data Class utility
parser
Parser (Pydantic) utility
event_handlers
and removed
triage
Pending triage from maintainers
labels
Oct 27, 2023
7 tasks
7 tasks
github-project-automation
bot
moved this from Working on it
to Coming soon
in Powertools for AWS Lambda (Python)
Nov 2, 2023
|
github-actions
bot
added
the
pending-release
Fix or implementation already in dev waiting to be released
label
Nov 2, 2023
This was referenced Nov 2, 2023
This was
linked to
pull requests
Nov 2, 2023
7 tasks
7 tasks
This is now released under 2.26.1 version! |
github-actions
bot
removed
the
pending-release
Fix or implementation already in dev waiting to be released
label
Nov 10, 2023
heitorlessa
moved this from Coming soon
to Shipped
in Powertools for AWS Lambda (Python)
Dec 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
event_handlers
event_sources
Event Source Data Class utility
feature-request
feature request
parser
Parser (Pydantic) utility
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
The text was updated successfully, but these errors were encountered: