robhruska / CalendarToSlack

Grabs calendar data from Outlook and sets Slack presence to Away when events occur.
7 stars 1 forks source link

HTTP server endpoint alternatives for slash commands #11

Open robhruska opened 8 years ago

robhruska commented 8 years ago

Right now these slash commands are queued into SQS and then consumed by the app. This was for a couple reasons:

However, if the server could be made public, the SQS pipeline could just be replaced with an HTTP proxy to the built-in HTTP server here. If anyone wants it, it'd be a worthwhile enhancement.