An open API service indexing awesome lists of open source software.

https://github.com/pplytas/sst-hono-slack-chatbot

Serverless Slack Chatbot using OpenAI, Hono, SST and AWS Lambda
https://github.com/pplytas/sst-hono-slack-chatbot

ai-sdk aws-lambda honojs openai serverless sst

Last synced: 30 days ago
JSON representation

Serverless Slack Chatbot using OpenAI, Hono, SST and AWS Lambda

Awesome Lists containing this project

README

        

# Serverless Slack Chatbot

Install dependencies:

```sh
npm install
```

To run:

```sh
npm run dev
```

To deploy:

```sh
npm run deploy
```