Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 1.8 KB

Readme.md

File metadata and controls

42 lines (39 loc) · 1.8 KB

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