File tree Expand file tree Collapse file tree
examples/integrations/agentcore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ── User-editable settings ──────────────────────────────────────────────────
22stack_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
55backend :
66 # Set automatically by deploy scripts — do not edit.
Original file line number Diff line number Diff line change 5757echo " Deploying infrastructure (this takes ~10–15 min on first run)..."
5858cd " $CDK_DIR "
5959npm 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} "
6161cd " $SCRIPT_DIR "
6262echo " ✓ Infrastructure deployed"
6363
Original file line number Diff line number Diff line change 5656echo " Deploying infrastructure (this takes ~10–15 min on first run)..."
5757cd " $CDK_DIR "
5858npm 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} "
6060cd " $SCRIPT_DIR "
6161echo " ✓ Infrastructure deployed"
6262
You can’t perform that action at this time.
0 commit comments