October 2019
Intermediate to advanced
426 pages
10h 8m
English
We could implement a new lambda function to fulfill the contact lookup and phone call functionalities. But, since we are not actually making phone calls in this project, the business logic of the fulfillment lambda function will be the same as the contact lookup function we already implemented.
In fact, for this project, Fulfillment can be handled by the LookupPhoneNumberByName lambda function, as shown in the following screenshot:

Finally, the Response configuration can also be tailored to make phone calls, as follows:
Now, click on the Save Intent button on the bottom of the Lex development ...
Read now
Unlock full access