Skip to content

Commit

Permalink
Merge pull request alexa-samples#46 from JakeMKelly/reorder
Browse files Browse the repository at this point in the history
Add merge object to config
  • Loading branch information
akersh-s committed Nov 21, 2017
2 parents baeaff1 + 65d08a6 commit 2b74df4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .ask/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
"deploy_settings": {
"default": {
"skill_id": "",
"was_cloned": false
"was_cloned": false,
"merge": {
"skillManifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "what_name_you_want_to_name_the_lambda"
}
}
}
}
}
}
}
}

0 comments on commit 2b74df4

Please sign in to comment.