https://github.com/swuecho/tts_s3_lambda
https://github.com/swuecho/tts_s3_lambda
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/swuecho/tts_s3_lambda
- Owner: swuecho
- Created: 2023-11-19T14:00:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-19T14:05:51.000Z (over 1 year ago)
- Last Synced: 2025-01-22T15:46:00.008Z (3 months ago)
- Language: Go
- Size: 7.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```