Skip to content

Commit

Permalink
Add merge object to config
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeMKelly committed Nov 21, 2017
1 parent 61a6f82 commit 65d08a6
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 65d08a6

Please sign in to comment.