Ecosyste.ms: Awesome
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: about 1 month 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T19:02:55.000Z (6 months ago)
- Last Synced: 2024-12-09T09:15:55.668Z (about 2 months ago)
- Topics: ai-sdk, aws-lambda, honojs, openai, serverless, sst
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- 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
```