https://github.com/nullforu/meal-service
밴드 급식봇 부활
https://github.com/nullforu/meal-service
aws eventbridge-scheduler lambda naver-band school terraform
Last synced: 2 months ago
JSON representation
밴드 급식봇 부활
- Host: GitHub
- URL: https://github.com/nullforu/meal-service
- Owner: nullforu
- Created: 2026-03-12T07:48:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-12T11:00:02.000Z (3 months ago)
- Last Synced: 2026-03-12T17:35:18.758Z (3 months ago)
- Topics: aws, eventbridge-scheduler, lambda, naver-band, school, terraform
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
```bash
npm run build
```
## Envs
- `NEIS_KEY`
- `BAND_ACCESS_TOKEN`
- `BAND_KEY`
## Infrastructure
with AWS Lambda and EventBridge Scheduler, and Terraform is used for infrastructure as Code.
```bash
export TF_VAR_neis_key="neis-key"
export TF_VAR_band_access_token="band-access-token"
export TF_VAR_band_key="band-key"
```
```bash
terraform init
# terraform plan
terraform apply
```
---