Skip to content

feat(infra): add solution-tracking metrics ID to stack description (#292)#293

Open
scottschreckengaust wants to merge 1 commit into
mainfrom
feat/update-description
Open

feat(infra): add solution-tracking metrics ID to stack description (#292)#293
scottschreckengaust wants to merge 1 commit into
mainfrom
feat/update-description

Conversation

@scottschreckengaust
Copy link
Copy Markdown
Contributor

Summary

Appends the AWS solution-tracking identifier (uksb-wt64nei4u6) to the CloudFormation stack description (cdk/src/main.ts) so deployments of this sample are counted via AWS's standard usage-tracking mechanism.

- description: 'ABCA Development Stack',
+ description: 'ABCA Development Stack (uksb-wt64nei4u6)',

Closes #292.

Coupling note

The in-flight feat/cleanup-ephemeral-stacks branch (PR #109) matches ABCA stacks by an exact description string. Once both land, that matcher must switch to a prefix match (== "ABCA Development Stack"*) or it will skip every stack. Tracked in #292.

Test plan

  • CI green (compile, synth, tests, security)
  • Running full local test suite while CI runs

🤖 Generated with Claude Code

)

Append the AWS solution-tracking identifier (uksb-wt64nei4u6) to the
CloudFormation stack description so deployments are counted via AWS's
standard usage-tracking mechanism.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@scottschreckengaust scottschreckengaust marked this pull request as ready for review June 8, 2026 19:39
@scottschreckengaust scottschreckengaust requested a review from a team as a code owner June 8, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(infra): add solution-tracking metrics ID to CloudFormation stack description

1 participant