All Projects → robm26 → Cookbook

robm26 / Cookbook

Licence: apache-2.0
Alexa Skill Building Cookbook

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cookbook

Alexaskillskit
Swift library to develop custom Alexa Skills
Stars: ✭ 160 (+220%)
Mutual labels:  alexa-skills-kit, lambda
guitarteacher
Guitar Teacher skill for the Amazon Alexa platform
Stars: ✭ 16 (-68%)
Mutual labels:  lambda, alexa-skills-kit
alexa-libby
A skill to ask Alexa about your Movie and TV Show library queues.
Stars: ✭ 48 (-4%)
Mutual labels:  lambda, alexa-skills-kit
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-46%)
Mutual labels:  lambda
Je
A distributed job execution engine for the execution of batch jobs, workflows, remediations and more.
Stars: ✭ 30 (-40%)
Mutual labels:  lambda
Chalice
Python Serverless Microframework for AWS
Stars: ✭ 8,513 (+16926%)
Mutual labels:  lambda
Appsync Resolvers Example
Example project for AppSync, GraphQL, and AWS Lambda resolvers using Go.
Stars: ✭ 50 (+0%)
Mutual labels:  lambda
Lambda Proxy Router
A simple router for AWS Lambda Proxy Functions
Stars: ✭ 14 (-72%)
Mutual labels:  lambda
Ridge
AWS Lambda HTTP Proxy integration event bridge to Go net/http.
Stars: ✭ 45 (-10%)
Mutual labels:  lambda
Terraform Nextjs Plugin
A plugin to generate terraform configuration for Nextjs 8 and 9
Stars: ✭ 41 (-18%)
Mutual labels:  lambda
Lambda Zsh Theme
λ Beautiful lambda theme for Zsh
Stars: ✭ 39 (-22%)
Mutual labels:  lambda
Ebs bckup
Stars: ✭ 32 (-36%)
Mutual labels:  lambda
Lambda Coding Round Evaluator
lambda-coding-round-evaluator is a Serverless application to automate coding round submission and evaluation. It helps you get rid of emails and easily filter out bad candidates. Yay!
Stars: ✭ 43 (-14%)
Mutual labels:  lambda
Serverless Plugin Stackstorm
Plugin for serverless framework to run ready to use actions from StackStorm Exchange as AWS Lambda.
Stars: ✭ 28 (-44%)
Mutual labels:  lambda
Nextjs With Lambda
Next.js example with deploying to AWS Lambda
Stars: ✭ 48 (-4%)
Mutual labels:  lambda
Learn Aws Lambda
✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
Stars: ✭ 910 (+1720%)
Mutual labels:  lambda
Aws Event Sources
Knative event sources for AWS services
Stars: ✭ 45 (-10%)
Mutual labels:  lambda
Aws Iot Button
Stars: ✭ 37 (-26%)
Mutual labels:  lambda
Lamlight
Lamlight is a command line tool to allow easy handling of AWS lambda functions. It allows to put heavy dependencies like numpy and scipy on AWS lambda and updating your lambda function very quickly.
Stars: ✭ 37 (-26%)
Mutual labels:  lambda
Indiepaper
A "read later" service for the IndieWeb using Micropub
Stars: ✭ 42 (-16%)
Mutual labels:  lambda

Alexa Cookbook

Ingredients


ASK

Welcome!

These folders contain short code samples that show you how to add features to an Alexa Skill. Let's assume we are a chef, with an idea for a fancy new recipe. The recipe will require one or more ingredients to be combined to create the finished product. Alexa skills follow the same model. Basic ingredients can be added together to create a robust skill. This Cookbook is a desk reference for other Alexa Skill design materials.

Get Started

  1. Register via the links on bit.ly/alexaquickstart
  2. Build the Space Facts skill via the README instructions, or follow along with the instructor if at an Alexa event.
  3. Follow the HelloWorld tutorial.
  4. Feel free to add your own Intents & Handlers to make your skill unique.
  5. Test your skill via EchoSim.
  6. Browse other guides in the Tutorials folder
Pre-requisites

Required:

Recommended:

  • Some experience with Javascript or Python programming.
  • Have Node.JS on your laptop command-line, and become familiar with NPM, the Node Package Manager.
  • Have GIT on your laptop.
  • Review the alexa-sdk documentation.
Setup your Dev Workstation - optional
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].