AWS Lambda function to retrieve documents from an Amazon Kendra index and pass it to Amazon Bedrock for a generated response.
Visit the GitHub repo for this pattern.
git clone https://github.com/aws-samples/serverless-patterns/ cd serverless-patterns/kendra-bedrock-cdk-python
cdk deploy BedrockKendraStack --parameters S3DSBucketName=${YourS3BucketName}
cdk destroy
.