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

https://github.com/hellodhlyn/buslive-api

동동섬버스의 서버 API
https://github.com/hellodhlyn/buslive-api

Last synced: about 1 month ago
JSON representation

동동섬버스의 서버 API

Awesome Lists containing this project

README

          

# BusLive's API

## Prerequisites

- Go (>= 1.20)
- Terraform

## Development

```shell
make server.run # run local dev server
```

## Deployment

There are several Terraform workspaces by each deployment stages.

- `default` (stand for production environment)
- `dev`

```shell
terraform -chdir=deploy/terraform workspace select

make lambda.build
make lambda.deploy
```