Skip to content

Commit

Permalink
update feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
marekq committed Feb 12, 2021
1 parent 3384f9a commit a1f1939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lambda-crawl/feeds.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
aws, https://aws.amazon.com/blogs/aws/feed/
apn, https://aws.amazon.com/blogs/apn/feed/
architecture, https://aws.amazon.com/blogs/architecture/feed/
big-data, https://aws.amazon.com/blogs/big-data/feed/
Expand Down
2 changes: 1 addition & 1 deletion lambda-pagecount/pagecount.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ddb = boto3.resource('dynamodb', region_name = os.environ['dynamo_region']).Table(os.environ['dynamo_table'])

blogs = ["apn", "architecture", "big-data", "biz-prod", "cli", "cloudguru", "compute", "contact-center", "containers", "corey", "cost-mgmt", "database", "desktop", "developer", "devops", "enterprise-strat", "gamedev", "gametech", "governance", "industries", "infrastructure", "iot", "java", "jeremy", "management-tools", "marketplace", "media", "messaging", "ml", "mobile", "modernizing", "networking", "newsblog", "open-source", "public-sector", "robotics", "sap", "security", "security-bulletins", "serverless", "storage", "training", "werner", "whats-new", "yan", "all"]
blogs = ["apn", "architecture", "big-data", "biz-prod", "cli", "cloudguru", "compute", "contact-center", "containers", "corey", "cost-mgmt", "database", "desktop", "developer", "devops", "enterprise-strat", "gamedev", "gametech", "governance", "industries", "infrastructure", "iot", "java", "jeremy", "management-tools", "marketplace", "media", "messaging", "ml", "mobile", "modernizing", "networking", "newsblog", "open-source", "public-sector", "quantum", "robotics", "sap", "security", "security-bulletins", "serverless", "startups", "storage", "training", "werner", "whats-new", "yan", "all"]

# get blogsource item count per category
def getblog_count(blogsource):
Expand Down

0 comments on commit a1f1939

Please sign in to comment.