Skip to content

Commit 7ea5034

Browse files
authored
Merge pull request #2880 from kakakakakku/s3-sqs-lambda-bedrock-s3-cdk-python
s3-sqs-lambda-bedrock-s3-cdk-python: Update aws-cdk-lib for Python 3.14
2 parents 1c60df7 + f193fd9 commit 7ea5034

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

s3-sqs-lambda-bedrock-s3-cdk-python/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ Important: this application uses various AWS services and there are costs associ
1212
* [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/cli.html)
1313
* [Python, pip, virtualenv](https://docs.aws.amazon.com/cdk/latest/guide/work-with-cdk-python.html) installed
1414

15-
## Prerequisite
16-
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:
17-
[Model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html).
18-
1915
## Deployment Instructions
2016

2117
1. Create a new directory, navigate to that directory in a terminal and clone the GitHub repository:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aws-cdk-lib==2.136.0
2-
constructs>=10.0.0,<11.0.0
1+
aws-cdk-lib==2.232.1
2+
constructs>=10.0.0,<11.0.0

0 commit comments

Comments
 (0)