We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a6b6c commit 34017ccCopy full SHA for 34017cc
1 file changed
cdk/bin/app.ts
@@ -14,7 +14,7 @@ new AgentCoreInfraStack(app, 'AgentCoreInfra', {
14
account: process.env.CDK_DEFAULT_ACCOUNT,
15
region: process.env.CDK_DEFAULT_REGION || 'us-east-1',
16
},
17
- description: 'AgentCore Infrastructure: Container registry, build pipeline, and IAM roles',
+ description: 'AgentCore Infrastructure: Container registry, build pipeline, and IAM roles (uksb-q3p3ydk6f3)',
18
});
19
20
// Auth stack (Cognito User Pool)
0 commit comments