From 84d0de01052e9b0386967e2705ffd1c710282a67 Mon Sep 17 00:00:00 2001 From: RonWang Date: Sun, 1 Sep 2019 00:48:59 -0700 Subject: [PATCH] docs: add demo gif for command new and command deploy --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c41e91b..c528782f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ $ askx new You'll be asked to select a deployment method for your skill. Currently during the beta, we only support deployment via CloudFormation (@ask-cli/cfn-deployer). +

+ +

+ Your new skill project will provide a number of files and folders that make up the structure of an Alexa skill. Here is an overview on each of the files and folders that are created by default: | File/Folder | Description | @@ -58,6 +62,7 @@ Your new skill project will provide a number of files and folders that make up t See the [ASK SDKs documentation](https://developer.amazon.com/docs/sdk/alexa-skills-kit-sdks.html) to learn more about how to build an Alexa skill. + **4. Deploy skill to AWS** In order for Alexa to communicate with your skill code, it will need to be deployed and hosted on the cloud. We currently provide support for deployment via CloudFormation to AWS. @@ -72,5 +77,6 @@ deploy performs the following steps: 2. `code/` source files will be built and zipped for deployment to AWS. We currently support the build flows of npm for Nodejs, pip for Python and maven for Java developers. 3. `infrastructure/` definitions will be used to provision resources on AWS. The `code/` zip file from the previous step will be deployed to the provisioned AWS Lambda function. Currently this is deployed by using the `@ask-cli/cfn-deployer`, you can add any AWS services in the skill's stack template and deploy them together. - - +

+ +