From d43854fbe380e04a842f31181dbd7a296f3fd40d Mon Sep 17 00:00:00 2001 From: kakakakakku Date: Sat, 6 Dec 2025 16:50:23 +0900 Subject: [PATCH 1/2] s3-sqs-lambda-bedrock-s3-cdk-python: Update aws-cdk-lib --- s3-sqs-lambda-bedrock-s3-cdk-python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s3-sqs-lambda-bedrock-s3-cdk-python/requirements.txt b/s3-sqs-lambda-bedrock-s3-cdk-python/requirements.txt index 3dd4838425..b6cf4f752b 100644 --- a/s3-sqs-lambda-bedrock-s3-cdk-python/requirements.txt +++ b/s3-sqs-lambda-bedrock-s3-cdk-python/requirements.txt @@ -1,2 +1,2 @@ -aws-cdk-lib==2.136.0 -constructs>=10.0.0,<11.0.0 \ No newline at end of file +aws-cdk-lib==2.232.1 +constructs>=10.0.0,<11.0.0 From f193fd9180e9838e197ddd583e521eae62f798c0 Mon Sep 17 00:00:00 2001 From: kakakakakku Date: Sat, 6 Dec 2025 17:03:29 +0900 Subject: [PATCH 2/2] s3-sqs-lambda-bedrock-s3-cdk-python: Update README --- s3-sqs-lambda-bedrock-s3-cdk-python/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/s3-sqs-lambda-bedrock-s3-cdk-python/README.md b/s3-sqs-lambda-bedrock-s3-cdk-python/README.md index 1a662cb4d4..bb22dd27f3 100644 --- a/s3-sqs-lambda-bedrock-s3-cdk-python/README.md +++ b/s3-sqs-lambda-bedrock-s3-cdk-python/README.md @@ -12,10 +12,6 @@ Important: this application uses various AWS services and there are costs associ * [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/cli.html) * [Python, pip, virtualenv](https://docs.aws.amazon.com/cdk/latest/guide/work-with-cdk-python.html) installed -## Prerequisite -Amazon Bedrock users need to request access to models before they are available for use. If you want to add additional models for text, chat, and image generation, you need to request access to models in Amazon Bedrock. For this pattern need access to 'Titan Text G1 - Express' model. Please refer to the link below for instruction: -[Model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html). - ## Deployment Instructions 1. Create a new directory, navigate to that directory in a terminal and clone the GitHub repository: