All Projects β†’ RafalWilinski β†’ Serverless Medium Text To Speech

RafalWilinski / Serverless Medium Text To Speech

Licence: mit
πŸ”Š Serverless-based, text-to-speech service for Medium articles

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Serverless Medium Text To Speech

Lambda Refarch Webapp
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
Stars: ✭ 1,208 (+1242.22%)
Mutual labels:  aws, serverless
Write With Me
Real-time Collaborative Markdown Editor
Stars: ✭ 81 (-10%)
Mutual labels:  aws, serverless
Seoul Bike
μ„œμšΈμ‹œ μžμ „κ±° 따릉이λ₯Ό μœ„ν•œ λŒ€μ—¬μ†Œ μ°ΎκΈ° μ„œλΉ„μŠ€ μž…λ‹ˆλ‹€.
Stars: ✭ 78 (-13.33%)
Mutual labels:  aws, serverless
Serverless Stack
πŸ’₯ Serverless Stack (SST) is a framework that makes it easy to build serverless apps.
Stars: ✭ 1,252 (+1291.11%)
Mutual labels:  aws, serverless
This Or That
This or that - Real-time atomic voting app built with AWS Amplify
Stars: ✭ 87 (-3.33%)
Mutual labels:  aws, serverless
Serverless Node Simple Messaging
Simple email AWS lambda function
Stars: ✭ 75 (-16.67%)
Mutual labels:  aws, serverless
Pragmaticai
[Book-2019] Pragmatic AI: An Introduction to Cloud-based Machine Learning
Stars: ✭ 79 (-12.22%)
Mutual labels:  aws, serverless
Serverless Plugin Webpack
Serverless Plugin Webpack
Stars: ✭ 72 (-20%)
Mutual labels:  aws, serverless
Aws Serverless Airline Booking
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
Stars: ✭ 1,290 (+1333.33%)
Mutual labels:  aws, serverless
Historical
A serverless, event-driven AWS configuration collection service with configuration versioning.
Stars: ✭ 85 (-5.56%)
Mutual labels:  aws, serverless
Serverless Node Simple Image Resize
Simple image resize AWS lambda function
Stars: ✭ 74 (-17.78%)
Mutual labels:  aws, serverless
Stepfunctions2processing
Configuration with AWS step functions and lambdas which initiates processing from activity state
Stars: ✭ 90 (+0%)
Mutual labels:  aws, serverless
Serverless Cljs Plugin
Serverless plugin for Clojurescript deployment w/ cljs-lambda
Stars: ✭ 72 (-20%)
Mutual labels:  aws, serverless
Serverless Plugin Git Variables
⚑️ Expose git variables to serverless
Stars: ✭ 75 (-16.67%)
Mutual labels:  aws, serverless
Serverless Slackbot
A boilerplate Serverless Slackbot framework with a custom scripts folder (like Hubot)
Stars: ✭ 72 (-20%)
Mutual labels:  aws, serverless
Tensorflow Lambda Layer
Lets you import Tensorflow + Keras from an AWS lambda
Stars: ✭ 79 (-12.22%)
Mutual labels:  aws, serverless
Ask Around Me
The Ask Around Me example serverless web application. See the Compute Blog series and video series for more information. Contact @jbesw for info.
Stars: ✭ 67 (-25.56%)
Mutual labels:  aws, serverless
Aws Github Actions
Deploy πŸš€ to AWS ☁️ with GitHub Actions!
Stars: ✭ 70 (-22.22%)
Mutual labels:  aws, serverless
Python Lambda
A toolkit for developing and deploying serverless Python code in AWS Lambda.
Stars: ✭ 1,247 (+1285.56%)
Mutual labels:  aws, serverless
Aws Multi Account Viewer
Serverless app designed for any customer with two or more accounts to view resources across accounts/regions in simple single pane of glass website
Stars: ✭ 87 (-3.33%)
Mutual labels:  aws, serverless

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].