Skip to content

cchanxzy/skill-sample-typescript-fact

Repository files navigation

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