Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 703 Bytes

File metadata and controls

32 lines (21 loc) · 703 Bytes

The Real Donal Trump Build Status

This is a simple Alexa skill for the Amazon Echo. It will read tweets from @realDonaldTrump.

Example phrases

Alexa, ask the real Donald Trump for some wisdom…

Development

Test

npm test

Build

npm run build

Uses webpack to build the AWS lambda function in dist/index.js.

Deploy

npm run deploy

Uses serverless to package and deploy the lambda function directly to AWS.