This repository was archived by the owner on Feb 17, 2026. It is now read-only.
Repository files navigation Playground experiment - Alexa 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)
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.