Skip to content

Commit

Permalink
feat: include devops, architecture, and database blogs
Browse files Browse the repository at this point in the history
Closes #37 #39 #48.
  • Loading branch information
rowan committed May 23, 2021
1 parent 08a874c commit a4d5cd7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion scrapers.template
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,22 @@ Resources:
{
"name": "AWS Security Blog",
"url": "https://aws.amazon.com/blogs/security/feed/",
"type": "status"
"type": "blog"
},
{
"name": "AWS DevOps Blog",
"url": "https://aws.amazon.com/blogs/devops/feed/",
"type": "blog"
},
{
"name": "AWS Architecture Blog",
"url": "https://aws.amazon.com/blogs/architecture/feed/",
"type": "blog"
},
{
"name": "AWS Database Blog",
"url": "https://aws.amazon.com/blogs/database/feed/",
"type": "blog"
}
]
}
Expand Down

0 comments on commit a4d5cd7

Please sign in to comment.