Skip to content

Commit c9a770d

Browse files
committed
Update technical documentation link and tech stack overview
1 parent 3485ad1 commit c9a770d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

docs/technical_documentation/documentation.md renamed to docs/documentation.md

File renamed without changes.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ To setup and use the project, please refer to the [README](https://github.com/ON
1414

1515
## Technical Documentation
1616

17-
TODO: Link to docs
17+
For information about the technical aspects of the Copilot Usage Lambda, please refer to the [Technical Documentation](./technical_documentation/overview.md).

docs/technical_documentation/configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `config.json` file contains the following:
1515
}
1616
```
1717

18-
### `features` Section
18+
### `features`
1919

2020
This section contains feature flags that control which of the tool's features are enabled or disabled.
2121

@@ -29,8 +29,6 @@ When deploying to AWS, this should be set to `false` to avoid files being writte
2929

3030
If set to `true`, the tool will skip writing to the appropriate AWS S3 bucket and instead write data for copilot teams, historic usage, and teams history to `local_data`.
3131

32-
**When deploying to AWS, this must be set to `false` to ensure the tool writes to AWS.**
33-
3432
When debugging locally, you can set this to `true` to use the local configuration file. This is useful if you need to see the logs locally, without affecting the cloud deployment.
3533

3634
### Example During Local Testing

docs/technical_documentation/overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
AWS Lambda Function which updates the GitHub Copilot dashboard's historic information, stored within an S3 bucket.
44

5-
## Techstack Overview
6-
TODO
5+
## Tech Stack Overview
6+
7+
This project uses:
8+
- Python
9+
- AWS Lambda
10+
- AWS S3
711

812
## Architecture Overview
913

0 commit comments

Comments
 (0)