Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion cdk/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const stack = new AgentStack(
stackName,
{
env: devEnv,
description: 'ABCA Development Stack',
description: 'ABCA Development Stack (uksb-wt64nei4u6)',
},
);

Expand Down
Loading