Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 626 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 626 Bytes

GCP Serverless Slackbot Template

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

Directory contents

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