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

https://github.com/projectweekend/coco-bus-collector

Lambda collecting bus arrival data
https://github.com/projectweekend/coco-bus-collector

Last synced: 6 months ago
JSON representation

Lambda collecting bus arrival data

Awesome Lists containing this project

README

          

# coco-bus-collector
Lambda collecting bus arrival data

# Deployment

Prepare the Lambda zip package locally
```bash
./prep-lambda-pkg.sh
```

Check the Terraform plan
```bash
terraform plan
```

Apply the Terraform plan
```bash
terraform apply
```