Skip to content

Commit

Permalink
Merge pull request #12 from sethkor/fix-example-lambda
Browse files Browse the repository at this point in the history
Fix lambda example
  • Loading branch information
sethkor authored Sep 27, 2020
2 parents e1c1cf8 + 5023d6d commit 6e06900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/json/intents/AskTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"slots": [],
"fulfillmentActivity": {
"codeHook": {
"uri": "arn:aws:lambda:ap-southeast-2:293499315857:function:LexLambdaSampleFulfilment",
"uri": "arn:aws:lambda:ap-southeast-2:123456789012:function:LexLambdaSampleFulfilment",
"messageVersion": "1.0"
},
"type": "CodeHook"
Expand Down
2 changes: 1 addition & 1 deletion examples/yaml/intents/AskDay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ sampleUtterances:
- 'Four'
fulfillmentActivity:
codeHook:
uri: arn:aws:lambda:us-west-2:166330533654:function:LexLambdaSampleFulfilment
uri: arn:aws:lambda:us-west-2:123456789012:function:LexLambdaSampleFulfilment
messageVersion: "1.0"
type: CodeHook
2 changes: 1 addition & 1 deletion examples/yaml/intents/AskTime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ sampleUtterances:
- 'Time please'
fulfillmentActivity:
codeHook:
uri: arn:aws:lambda:ap-southeast-2:293499315857:function:LexLambdaSampleFulfilment
uri: arn:aws:lambda:ap-southeast-2:123456789012:function:LexLambdaSampleFulfilment
messageVersion: "1.0"
type: CodeHook

0 comments on commit 6e06900

Please sign in to comment.