Serverless-based, text-to-speech service for Medium articles.
Deploy to your own AWS account:
- Node.js > 6
- Serverless Framework
Downloading project:
git clone https://github.com/RafalWilinski/serverless-medium-text-to-speech
cd serverless-medium-speech
npm install && cd front && yarn
To run project in development mode, locally:
npm run dev
Deploy to API to AWS Lambda & Frontend to S3:
npm run deploy
curl -X POST \
https://bt1wb4iwpf.execute-api.us-east-1.amazonaws.com/dev/transcode \
-d '{
"href": "https://medium.com/the-mission/11-reasons-i-sacrifice-money-to-work-wherever-i-want-21e9ce36f2b7"
}'
MIT Licensed. Copyright (c) Rafal Wilinski 2017.