Skip to content

Commit

Permalink
docs: add demo gif for command new and command deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RonWang committed Sep 1, 2019
1 parent aed5577 commit 84d0de0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<p align="center">
<img align="center" src="https://ask-cli-static-content.s3-us-west-2.amazonaws.com/document-assets/demo-askx-new.gif" height="350" />
</p>

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 |
Expand All @@ -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.
Expand All @@ -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.



<p align="center">
<img align="center" src="https://ask-cli-static-content.s3-us-west-2.amazonaws.com/document-assets/demo-askx-deploy.gif" height="350" />
</p>

0 comments on commit 84d0de0

Please sign in to comment.