Skip to content

Commit b783ed3

Browse files
committed
chore(agentcore): fix cdk deployment command and update admin user
1 parent e24b1b0 commit b783ed3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/integrations/agentcore/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ── User-editable settings ──────────────────────────────────────────────────
22
stack_name_base: my-copilotkit-agentcore-lg # max 35 chars; used as prefix for all AWS resources
3-
admin_user_email: ran@copilotkit.ai # e.g. you@example.com — auto-creates a Cognito user
3+
admin_user_email: # e.g. you@example.com — auto-creates a Cognito user
44

55
backend:
66
# Set automatically by deploy scripts — do not edit.

examples/integrations/agentcore/deploy-langgraph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PYEOF
5757
echo "Deploying infrastructure (this takes ~10–15 min on first run)..."
5858
cd "$CDK_DIR"
5959
npm install --silent
60-
npx cdk deploy --all --require-approval never --output "${SCRIPT_DIR}/cdk.out${SUFFIX}"
60+
npx cdk@latest deploy --all --require-approval never --output "${SCRIPT_DIR}/cdk.out${SUFFIX}"
6161
cd "$SCRIPT_DIR"
6262
echo "✓ Infrastructure deployed"
6363

examples/integrations/agentcore/deploy-strands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PYEOF
5656
echo "Deploying infrastructure (this takes ~10–15 min on first run)..."
5757
cd "$CDK_DIR"
5858
npm install --silent
59-
npx cdk deploy --all --require-approval never --output "${SCRIPT_DIR}/cdk.out${SUFFIX}"
59+
npx cdk@latest deploy --all --require-approval never --output "${SCRIPT_DIR}/cdk.out${SUFFIX}"
6060
cd "$SCRIPT_DIR"
6161
echo "✓ Infrastructure deployed"
6262

0 commit comments

Comments
 (0)