Skip to content

Commit 02c9990

Browse files
scottschreckengaustclaudekrokoko
authored
feat(infra): add solution to stack description (#292) (#293)
* feat(infra): add solution-tracking metrics ID to stack description (#292) 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> * docs(readme): add Operational Metrics Collection disclosure (#292) 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> --------- Co-authored-by: bgagent <345885+scottschreckengaust@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Alain Krok <alkrok@amazon.com>
1 parent 7d10254 commit 02c9990

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ A documentation site is available containing all design documents, roadmap and g
146146

147147
The example provided in this repository is for experimental and educational purposes only. It demonstrates concepts and techniques but is not intended for direct use in production environments.
148148

149+
## Operational Metrics Collection
150+
151+
Autonomous Background Coding Agent samples may collect anonymous operational metrics, including: the region a construct is deployed, the name and version of the construct deployed, and related information. We may use the metrics to maintain, provide, develop, and improve the constructs and AWS services.
152+
149153
## License
150154

151155
This library is licensed under the MIT-0 License. See the [LICENSE](./LICENSE) file.

cdk/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const stack = new AgentStack(
3838
stackName,
3939
{
4040
env: devEnv,
41-
description: 'ABCA Development Stack',
41+
description: 'ABCA Development Stack (uksb-wt64nei4u6)',
4242
},
4343
);
4444

0 commit comments

Comments
 (0)