Skip to content

Commit eb040a1

Browse files
authored
Merge pull request #70 from itsmostafa/feat/track-aws-doc-check-state
feat(tracking): persist AWS documentation check state in repository
2 parents f44bdd2 + d7bbb0e commit eb040a1

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ env/
5252
*.egg-info/
5353

5454
# Tracking files (generated by automation)
55-
tracking/
55+
# tracking/
5656

5757
docs/

tracking/last-check.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"last_check": "2026-01-08T18:01:00.668454+00:00",
3+
"services_checked": [
4+
"lambda",
5+
"dynamodb",
6+
"s3",
7+
"iam",
8+
"api-gateway",
9+
"ec2",
10+
"ecs",
11+
"eks",
12+
"cloudwatch",
13+
"rds",
14+
"sqs",
15+
"sns",
16+
"step-functions",
17+
"secrets-manager",
18+
"cloudformation",
19+
"cognito",
20+
"eventbridge",
21+
"bedrock"
22+
]
23+
}

tracking/pending-updates.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

0 commit comments

Comments
 (0)