Skip to content

nauw/polly

Repository files navigation

Polly Serverless

This project is an example of Posting text to an API to transform it into Speach MP3 available on an S3 bucket

Install the node dependencies

npm install -g serverless

npm install

Configure with your parameters

open the serverless.yml

set the following values

custom: 
    accountId: 70818383 #Your unique AWS ID (needed for the SNS ARN)
    s3BucketName: unique-name #Give some string to make s3 bucket unique

Setup your AWS CLI in your bash

export AWS_PROFILE=your_iam_user

Deploy

sls deploy

Postman

Import the dev-polly.postman_collection.json into your Postman Replace Get and Post method with the right URL

About

Serverless Text-To-Speach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published