Skip to content

Commit 3a750fd

Browse files
author
bgagent
committed
docs(guides): note supported Node version range in Quick Start prerequisites
1 parent e3abe92 commit 3a750fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/guides/QUICK_START.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Install these before you begin:
99
- **AWS account** with credentials configured (`aws configure`). If you use named profiles, set `AWS_PROFILE` before running any commands in this guide.
1010
- **Amazon Bedrock** — The agent invokes Claude through Bedrock. IAM `grantInvoke` in the CDK stack is required but **not sufficient**: your account must also satisfy [Amazon Bedrock model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) for the model you use (including Anthropic first-time use where applicable, Marketplace subscription flow on first serverless use, and a valid payment method for Marketplace-backed models). See **Amazon Bedrock before your first task** after Step 3.
1111
- **Docker** - for building the agent container image
12+
- **Node.js** v20 or later (Node 24 is the supported maximum — see CI matrix)
1213
- **mise** - task runner ([install guide](https://mise.jdx.dev/getting-started.html))
1314
- **AWS CDK CLI** - `npm install -g aws-cdk` (after mise is active)
1415

0 commit comments

Comments
 (0)