@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / bedrock / LambdaCustomTransformationProps
Properties for configuring a Lambda-based custom transformation.
readonly
lambdaFunction:IFunction
The Lambda function to use for custom document processing.
readonly
s3BucketUri:string
An S3 bucket URL/path to store input documents for Lambda processing and to store the output of the processed documents.
"s3://my-bucket/chunk-processor/"