diff --git a/README.md b/README.md index 3fcccba9..d376b067 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,10 @@ A documentation site is available containing all design documents, roadmap and g 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. +## Operational Metrics Collection + +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. + ## License This library is licensed under the MIT-0 License. See the [LICENSE](./LICENSE) file. diff --git a/cdk/src/main.ts b/cdk/src/main.ts index 724f8696..c8bc2cc8 100644 --- a/cdk/src/main.ts +++ b/cdk/src/main.ts @@ -38,7 +38,7 @@ const stack = new AgentStack( stackName, { env: devEnv, - description: 'ABCA Development Stack', + description: 'ABCA Development Stack (uksb-wt64nei4u6)', }, );