Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

File metadata and controls

29 lines (19 loc) · 1.14 KB

travel-browser

Setup Steps

This skill requires several AWS services to be configured. See ARCHITECTURE.md for more details.

The complete app is now available via an AWS Serverless Application Model template, which is a wizard for deploying a "stack" of components all at once. See LAB.md

The manual steps for deploying this project are presented below.

Pre-requisites

  • Experience building Alexa skills with AWS Lambda

Laptop environment:

  • Node.JS version 8 or higher
  • AWS CLI and ASK CLI for zipping and deploying your project to AWS Lambda.
  • AWS-SDK Run npm install aws-sdk --global
  • Clone or download this repository to a local folder

Next Steps