aydrian / stackOverflowMonitor

A simple serverless app to monitor Stack Overflow in Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make interval rate and pagesize configurable

aydrian opened this issue · comments

Currently, the Lambda function is hard coded to run every 20 minutes and get a single question. This works well for search keywords that aren't very active, but could need to be tweaked going forward. Move these to Pulumi Config values.