We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7e8a6 commit 9172b24Copy full SHA for 9172b24
1 file changed
cdk/src/stacks/agent.ts
@@ -67,15 +67,7 @@ export class AgentStack extends Stack {
67
repoTable: repoTable.table,
68
});
69
70
- const personalSiteBlueprint = new Blueprint(this, 'PersonalSiteBlueprint', {
71
- repo: 'rsmets/personal-site',
72
- repoTable: repoTable.table,
73
- agent: {
74
- modelId: 'anthropic.claude-opus-4-20250514-v1:0',
75
- },
76
- });
77
-
78
- const blueprints = [agentPluginsBlueprint, personalSiteBlueprint];
+ const blueprints = [agentPluginsBlueprint];
79
80
// The AwsCustomResource singleton Lambda used by Blueprint constructs
81
NagSuppressions.addResourceSuppressionsByPath(this, [
0 commit comments