Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 526 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 526 Bytes

Alexa Skill Sample Fact Example with TypeScript

This is a TypeScript version of the template created from https://github.com/alexa/skill-sample-nodejs-fact.

TypeScript Conversion

The following packages were added:

  • typescript

The following files were created/modified:

  • tsconfig.json
  • lambda/package.json -> package.json
  • lambda/index.js -> src/index.ts
  • index.ts
  • build.sh

Build

Run:

yarn build

Deploy

Run:

yarn deploy