Rafael Mosca
Rafael Mosca
Trying to write a very basic construct that deploys a simple website on S3, haven't managed to make it work even with some explicit setting of object ownership and access...
I managed to make it work by going to the [Amazon S3 Settings](https://s3.console.aws.amazon.com/s3/settings?region=eu-west-1) page and disabling the account level public access block. main.ts ```ts #!/usr/bin/env node import 'source-map-support/register'; import *...
this issue can be closed as both helper methods have already been implemented: https://github.com/awslabs/generative-ai-cdk-constructs/blob/16e15cd81e409bb45788d50d673071f44cd24210/src/cdk-lib/bedrock/knowledge-base.ts#L633-L642 https://github.com/awslabs/generative-ai-cdk-constructs/blob/16e15cd81e409bb45788d50d673071f44cd24210/src/cdk-lib/bedrock/agent.ts#L528-L555
I have understood what is the problem here, when `enableUserInput: true`, this action group is visible on the console under Agent builder -> Additional Settings -> User Input. This part...
Hi @o-alexandrov ! Thanks for flagging this issue. I've tried to recreate a working example in the console, but no luck. It looks like this might be a limitation with...
Thank you Jaime for raising this issue. Will look into it ASAP.
Managed to reproduce the error. Seems like the rendered CloudFormation code from CDK is [syntactically correct](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-prompt.html) but not accepted by CloudFormation (runtime error rather than synth error). Will dive deeper.
Seems like a CloudFormation Problem (regression) that might have been [introduced lately](https://github.com/aws/aws-cdk/commit/93a3348ffc7ac9b833aa16e1d1aa766587fe7bca) due to the change of the specification to include CachePointBlock.
Hi @erdemayyildiz ! have you tried to see if the problem has been solved? Seems it may be working now
[Prompt Caching](https://aws.amazon.com/bedrock/prompt-caching/) is still in Private Preview