liamlutton / AWS_Lambda_and_SNS

For UIUC's CS@ILLINOIS SAIL 2019. This tutorial creates an Alexa skill that utilizes AWS SNS to deliver SMS messages through a Lambda function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Alexa skill that joins AWS Lambda and AWS SNS to message your friends

Welcome! This tutorial was designed for the attendees of the University of Illinois' CS@ILLINOIS SAIL, an event for high school students to explore various student-led classes at the University.
However, this tutorial is meant for anyone to use!

This presentation was a slight adaptation of Vivek Bhookya's 2018 version.

What?

We will be building an Alexa skill that sends your personalized messages to recipients of your choice via SMS.
This walkthrough uses the Alexa developer dashboard for the voice user interface design and AWS Lambda and AWS SNS to handle the recipient selection and message delivery function.

Architecture diagram for this skill

I named my skill, "Share Love," hence the "Share Love" in the picture.

How?

You can start the course here.

* Sources for the images used can be found in the lecture slides.

About

For UIUC's CS@ILLINOIS SAIL 2019. This tutorial creates an Alexa skill that utilizes AWS SNS to deliver SMS messages through a Lambda function.

License:MIT License


Languages

Language:JavaScript 100.0%