Skip to content

A basic Amazon Alexa Skill building workshop running with an AWS Serverless Backend

License

Notifications You must be signed in to change notification settings

shneydor/aws-alexa-lambda-workshop

 
 

Repository files navigation

Alexa Lambda Workshop

In this workshop we will build an Amazon Alexa skill, backed by an AWS Lambda, using multiple AWS services such as Amazon SNS and Amazon Translate.

At the end of the workshop, you will have a voice skill that enables you to dictate a short message to Alexa and send it to the recipient via SMS, using Amazon Simple Notification Service, in the original language (English) or translate it to one of the 25 languages, supported by Amazon Translate.

Architecture

This workshop has 3 parts:

Part 1 - Create your first skill

  • A basic setup of your account on Alexa Developer Console and first skill setup.

Part 2 - SMS dictation skill

  • Extend your skill to get additional inputs from the user.
  • Connect your skill to an AWS backend using AWS Lambda.

Part 3 - Add translation capabilities to your skill

  • Extend your skill to be able to translate your SMS based on the desired target language.

Start Part 1 >>

About

A basic Amazon Alexa Skill building workshop running with an AWS Serverless Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%