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

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

밴드 급식봇 부활

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
```

---

image