Skip to content

Commit dfa59e7

Browse files
committed
Fix linting
1 parent c9a770d commit dfa59e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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-
For information about the technical aspects of the Copilot Usage Lambda, please refer to the [Technical Documentation](./technical_documentation/overview.md).
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/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ AWS Lambda Function which updates the GitHub Copilot dashboard's historic inform
55
## Tech Stack Overview
66

77
This project uses:
8+
89
- Python
910
- AWS Lambda
1011
- AWS S3
@@ -32,4 +33,4 @@ This component is an imported library which is shared across multiple GitHub too
3233

3334
### Historic Data
3435

35-
This section gathers data from AWS S3. The Copilot usage endpoints have a limitation where they only return the last 28 days worth of information. To get around this, the project has an AWS Lambda function which runs weekly and stores data within an S3 bucket.
36+
This section gathers data from AWS S3. The Copilot usage endpoints have a limitation where they only return the last 28 days worth of information. To get around this, the project has an AWS Lambda function which runs weekly and stores data within an S3 bucket.

0 commit comments

Comments
 (0)