-
Notifications
You must be signed in to change notification settings - Fork 450
Closed
Labels
internalMaintenance changesMaintenance changesv3Features that will be included in Powertools v3.Features that will be included in Powertools v3.
Milestone
Description
Why is this needed?
As we prepare to drop Pydantic v2, we need to ensure that the Bedrock Agents functionality still works. Bedrock Agents only accepts OpenAPI version 3.0, whereas Pydantic v2 generates schemas that are valid for OpenAPI 3.1.
Which area does this relate to?
Event Handler - REST API
Solution
Research shows that we can take an OpenAPI 3.1 schema and make it compatible with Bedrock Agents by doing some simple changes, like removing new fields and changing the schema version.
After implementing those we need to do extensive testing to ensure the feature is not broken when using Agents.
Acknowledgment
- This request meets Powertools for AWS Lambda (Python) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET
flamingquaks
Metadata
Metadata
Assignees
Labels
internalMaintenance changesMaintenance changesv3Features that will be included in Powertools v3.Features that will be included in Powertools v3.
Type
Projects
Status
Shipped