From Bright Pattern Documentation
Jump to: navigation, search
 
Line 2: Line 2:
 
The ''Amazon AWS Lambda Integration Guide'' explains the steps required to integrate Amazon AWS Lambda functions into your Bright Pattern Contact Center environment.
 
The ''Amazon AWS Lambda Integration Guide'' explains the steps required to integrate Amazon AWS Lambda functions into your Bright Pattern Contact Center environment.
  
More specifically, Amazon AWS Lambda allows you to create functions (i.e., programs). The Bright Pattern Contact Center ''AWS Lambda'' [[Scenario-builder-reference-guide/ScenarioBlocks/AWSLambda|scenario]] and [[XXX|workflow]] blocks allow you to invoke these functions. Because you define what your functions can do, Amazon AWS Lambda integration allows you to enhance your contact center’s functionality in countless ways. Use cases include the following:
+
More specifically, Amazon AWS Lambda allows you to create functions (i.e., programs). The Bright Pattern Contact Center ''AWS Lambda'' [[Scenario-builder-reference-guide/ScenarioBlocks/AWSLambda|scenario]] and [[Workflow-builder-reference-guide/AWSLambda|workflow]] blocks allow you to invoke these functions. Because you define what your functions can do, Amazon AWS Lambda integration allows you to enhance your contact center’s functionality in countless ways. Use cases include the following:
 
* Augment existing Bright Pattern Contact Center scenario functions with your custom Lambda functions, allowing you to leverage the language and module capabilities offered by AWS Lambda, as well as the breadth of available AWS APIs.  
 
* Augment existing Bright Pattern Contact Center scenario functions with your custom Lambda functions, allowing you to leverage the language and module capabilities offered by AWS Lambda, as well as the breadth of available AWS APIs.  
 
* Execute existing Lambda functions (e.g., identification against a custom data lake).
 
* Execute existing Lambda functions (e.g., identification against a custom data lake).

Latest revision as of 23:30, 11 January 2021

• 5.19 • 5.8

About

The Amazon AWS Lambda Integration Guide explains the steps required to integrate Amazon AWS Lambda functions into your Bright Pattern Contact Center environment.

More specifically, Amazon AWS Lambda allows you to create functions (i.e., programs). The Bright Pattern Contact Center AWS Lambda scenario and workflow blocks allow you to invoke these functions. Because you define what your functions can do, Amazon AWS Lambda integration allows you to enhance your contact center’s functionality in countless ways. Use cases include the following:

  • Augment existing Bright Pattern Contact Center scenario functions with your custom Lambda functions, allowing you to leverage the language and module capabilities offered by AWS Lambda, as well as the breadth of available AWS APIs.
  • Execute existing Lambda functions (e.g., identification against a custom data lake).


Next >