Alain Krok
Alain Krok
Did some quick testing by isolating the mentioned resources: - Using the provided schema by @dsragpt and a new lambda (select "Quick create a new Lambda function"), through the console,...
Thanks @aws-rafams ! As you mentioned, the feature is not exposed yet through the cdk, so it cannot be implemented now. In terms of implementation, I would see: - ```flow.ts```,...
Just FYI, this new feature requires the library to be updated to cdk v2.154.0, however I just found out that there is a bug in that version (see here: https://github.com/aws/aws-cdk/issues/31183)...
Created a separate ticket (https://github.com/awslabs/generative-ai-cdk-constructs/issues/664) for prompts/prompt management since the issue above is still open
I remember there were some issues preventing the PR to be ready. Is this still the case @aws-rafams ? If there is interest we can re-prioritize this work
closing this as new features should go towards https://github.com/aws/aws-cdk/tree/main/packages/%40aws-cdk/aws-bedrock-alpha
It is available as of [CDK v2.166](https://github.com/aws/aws-cdk/releases/tag/v2.166.0) -> https://github.com/aws/aws-cdk/pull/32007
Referencing https://github.com/awslabs/generative-ai-cdk-constructs/issues/796
Hi @nikoshet , thank you for this contribution ! One question: are the operations (tools) listed here simple wrappers over boto3 ? If yes, can these actions be done through...
Yeah, I would expand on the definition (or provide some sort of checklist). For each tool exposed: - can this action be achieved through the api mcp server ? If...