Skip to content

Commit efe66dc

Browse files
committed
chore(agentcore): add suffix on fast main stack for tracking
1 parent 964c4fc commit efe66dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/integrations/agentcore/infra-cdk/lib/fast-main-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class FastMainStack extends cdk.Stack {
1717
public readonly cognitoStack: CognitoStack;
1818

1919
constructor(scope: Construct, id: string, props: FastAmplifyStackProps) {
20-
const description = "CopilotKit + AWS AgentCore Integration Example";
20+
const description = "CopilotKit + AWS AgentCore Integration Example (uksb-v6dos0t5g8)";
2121
super(scope, id, { ...props, description });
2222

2323
// Step 1: Create the Amplify stack to get the predictable domain

0 commit comments

Comments
 (0)