Skip to content

Instantly share code, notes, and snippets.

View unitygirl's full-sized avatar
💭
learning all containers and AI/ML

Noelle Russell unitygirl

💭
learning all containers and AI/ML
View GitHub Profile
@unitygirl
unitygirl / Readme.md
Last active August 23, 2018 12:52
FactSkillUpdate

How to Build a Fact-Based Alexa Skill with Alexa SDK for Node.js

We want to introduce another way to help you build useful and meaningful skills for Alexa quickly. We have launched a fact skill template that makes it easy for developers or non-developers to create a skill similar to “Fact of the Day”, “Joke of the Day”, “Daily Reading” etc. The template leverages AWS Lambda, the Alexa Skills Kit (ASK), and the ASK SDK, while providing the business logic, use cases, error handling and help functions for your skill. You just need to come up with a fact idea (like “Food Facts”), plug in your fact list and edit the sample provided (we walk you through how it’s done). It's a valuable way to quickly learn the end-to-end process for building and publishing an Alexa skill.

This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a skill using this fact skill template, called ‘SpaceGeek’. This post assumes you have some familiarity with JavaScript/Node.js (or a

@unitygirl
unitygirl / DynamoDBRoleCreation.md
Last active April 19, 2017 04:47
Tutorial Help

How to Add a DynamoDB Role to your Lambda Function

Step 1: Role Summary