Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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
```