Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

🦑 Fulfillment layer of Splat Tim – for the Google Assistant and Amazon Alexa

License

Notifications You must be signed in to change notification settings

marcorei/splattim-fulfillment

Repository files navigation

Splat Tim – Fulfillment

The fulfillment layer of Splat Tim, an Action for the Google Assitant and a skill for Amazon Alexa. Hosted on AWS Lambda.

Setup

  • Install serverless npm install -g serverless
  • Setup AWS credentials serverless config credentials --provider aws --key <YOUR_KEY> --secret <YOUR_SECRET>
  • Install dependencies npm install
  • Create two DynamoDB tables (for prod and dev)
  • Add roles to the lambdas that allow read and write access to the DynamoDb tables
  • Add env files for prod and dev
  • Upload files for sound fx to s3

Guide

This guide demonstrates how to create an application like this one using Dialogflow and AWS Lambda.


Related Repositories:
🌎 Website
🐡 Dialogflow
🐠 Alexa
💬 Fulfillment

Store links:
🦐 Google Assistant
🦀 Amazon Alexa

About

🦑 Fulfillment layer of Splat Tim – for the Google Assistant and Amazon Alexa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published