generative-ai-cdk-constructs
generative-ai-cdk-constructs copied to clipboard
(bedrock): implement prompt flows
Describe the feature
Prompt flows for Amazon Bedrock offers the ability for you to use supported foundation models (FMs) to build workflows by linking prompts, foundational models, and other AWS services to create end-to-end solutions. https://aws.amazon.com/bedrock/prompt-flows/
Use Case
Amazon Bedrock Prompt Flows accelerates the creation, testing, and deployment of workflows.
Proposed Solution
Implement a new module prompt.ts
and prompt-flow.ts
Cloudformation Resource is already available: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html
CDK L1 should be available soon, we can already start talking about implementation details
Other Information
Can start working on the implementation right away as soon as L1 is released
Acknowledgements
- [X] I may be able to implement this feature request
- [ ] This feature might incur a breaking change