Skip to content

shopwareLabs/pg-experiment-alexa-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playground experiment - Alexa Skill

Requirements

Create a new Skill

  • Login to Amazon developer Account
  • Goto the Alexa console (https://developer.amazon.com/alexa/console/ask)
  • Create a new Skill
  • Enter skill name, default language
  • Goto the JSON-Editor https://developer.amazon.com/alexa/console/ask/build/custom/{SKILLID}/development/{LANGUAGE}/json-editor
  • Paste model of you language
  • Configure Account Linking
    • Login to your playground instance
    • create an integration
    • back in the amazon account
    • Authorization grant type: Auth code grant
    • Authorization URI: {URL-TO-YOUR-PLAYGROUND}/customer/oauth/authorize
    • Access Token URI: {URL-TO-YOUR-PLAYGROUND}/customer/oauth/token
    • client id: Access key ID of the new created integration
    • client secret: Secret access key of the new created integration
    • client authentication scheme: HTTP Basic (Recommended)

Configure lambda/constants.js

  • Set the BASE_URL to your playground instance (e.g. pg.shopware.com)

Create lambda function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published