Minimalistic code to create a serverless slash handler for a Slack bot. Further information on this repository can be found in the article Google Cloud Platform - Serverless Slack Bot
Initial functional version of the code included for completeness
Pure python
implementation - functions as expected, but presents the issue related to cold starts
Implemented in go
and python
to alleviate the cold start issue