Skip to content

feat(infra): add solution to stack description (#292)#293

Merged
scottschreckengaust merged 4 commits into
mainfrom
feat/update-description
Jun 10, 2026
Merged

feat(infra): add solution to stack description (#292)#293
scottschreckengaust merged 4 commits 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
scottschreckengaust and others added 2 commits June 8, 2026 23:08
Companion to the uksb-wt64nei4u6 tracking ID: disclose the anonymous
operational metrics AWS samples may collect. Placed between Disclaimer
and License per AWS-sample README convention.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@scottschreckengaust scottschreckengaust changed the title feat(infra): add solution-tracking metrics ID to stack description (#292) feat(infra): add solution to stack description (#292) Jun 9, 2026
@scottschreckengaust scottschreckengaust added this pull request to the merge queue Jun 10, 2026
Merged via the queue into main with commit 02c9990 Jun 10, 2026
5 checks passed
@scottschreckengaust scottschreckengaust deleted the feat/update-description branch June 10, 2026 00:28
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

2 participants