feat: billing tags on CDK stack + inference profile creation script
This commit is contained in:
@@ -5,6 +5,11 @@ import { AgentClawStack } from '../lib/agent-claw-stack';
|
||||
|
||||
const app = new cdk.App();
|
||||
|
||||
// Billing tags applied to all resources in the stack
|
||||
cdk.Tags.of(app).add('project', 'agent-claw');
|
||||
cdk.Tags.of(app).add('env', 'prod');
|
||||
cdk.Tags.of(app).add('owner', 'daniel');
|
||||
|
||||
new AgentClawStack(app, 'AgentClawStack', {
|
||||
env: {
|
||||
account: process.env.CDK_DEFAULT_ACCOUNT,
|
||||
|
||||
Reference in New Issue
Block a user