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

https://github.com/swuecho/tts_s3_lambda


https://github.com/swuecho/tts_s3_lambda

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

```bash
GOOS=linux GOARCH=amd64 go build -tags lambda.norpc -o bootstrap main.go
zip tts_lambda.zip bootstrap
```