Skip to content

Commit

Permalink
revert config to default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Cordova committed May 1, 2019
1 parent 5739fb2 commit 4e1b867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
28 changes: 2 additions & 26 deletions .ask/config
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
{
"deploy_settings": {
"default": {
"skill_id": "amzn1.ask.skill.7b00fd1c-b906-4dc6-8d9c-c4cbe1ef69fc",
"skill_id": "",
"was_cloned": false,
"merge": {
"manifest": {}
},
"resources": {
"manifest": {
"eTag": "3517b94184e7b2fce7b7f48ab23b2b92"
},
"interactionModel": {
"en-US": {
"eTag": "18f1e29eab906e15a7e9db8f36fb48c4"
}
},
"lambda": [
{
"alexaUsage": [
"custom/default"
],
"arn": "arn:aws:lambda:us-east-1:859669077786:function:no-nicks",
"awsRegion": "us-east-1",
"codeUri": "lambda/custom",
"functionName": "no-nicks",
"handler": "index.handler",
"revisionId": "ca9e8e48-f039-4d95-b12b-582f25abe71d",
"runtime": "nodejs8.10"
}
]
}
}
}
}
}
6 changes: 3 additions & 3 deletions lambda/custom/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const utilities = require( 'utilities' );

// You must specify these values to run this skill
const INIT = {
bucketName: 'no-nicks', // Required; Used for skill state management
sandboxCustomerEmailId: '[email protected]', // Required*; If sandboxMode equals true;
sellerId: 'AVX6ERM5QT1ZB', // Required; Amazon Pay seller ID
bucketName: 'INSERT-YOUR-S3-BUCKET-NAME', // Required; Used for skill state management
sandboxCustomerEmailId: 'INSERT-YOUR-SANDBOX-EMAIL-ADDRESS', // Required*; If sandboxMode equals true;
sellerId: 'INSERT-YOUR-AMAZON-PAY-SELLER-ID', // Required; Amazon Pay seller ID
};

// These attributes are used globally across US, EU, and JP
Expand Down

0 comments on commit 4e1b867

Please sign in to comment.