• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
RafalWilinski

Serverless + medium text to speech

by

Serverless-based, text-to-speech service for Medium articles

  1. Serverless + medium text to speech

serverless-medium-text-to-speech

serverless

Serverless-based, text-to-speech service for Medium articles.

Infrastructure Diagram

DEMO

Demo here

Deploy to your own AWS account:

Prerequisites:

  • Node.js > 6
  • Serverless Framework

Setup and deployment

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

API Usage & Example

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"
}'

License

MIT Licensed. Copyright (c) Rafal Wilinski 2017.

Contents

  • serverless-medium-text-to-speech
  • DEMO
  • Prerequisites:
  • Setup and deployment
  • API Usage & Example
  • License

Related

GuidesPluginsExamplesSlack CommunitySupport