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
- Host: GitHub
- URL: https://github.com/pplytas/sst-hono-slack-chatbot
- Owner: pplytas
- Created: 2024-08-03T18:57:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T19:02:55.000Z (9 months ago)
- Last Synced: 2025-03-24T05:14:52.902Z (about 1 month ago)
- Topics: ai-sdk, aws-lambda, honojs, openai, serverless, sst
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```