Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

Slack Bots

How to quickly create a Slack Bot with AWS Lambda + Serverless Framework

This is a working memo for a simple Slack Bot using AWS Lambda and Serverless Framework. Creating a Slack Bot is a laborious process with many steps, but with AWS Lambda, you don't have to worry about the server environment. In addition, u…

Memo on how to create a Slack Bot (bot)

In addition to I looked up how to use the Slack API.," I also created a bot that goes a little further, so here is a memo of the procedure. At first, I thought it would be like an extension of the API, but creating a bot was not as easy as…