Application Architecture
This article describes how the Amazon Connect for Zendesk app and its add-ons use AWS SDK and Amazon Connect Stream API for integration. This pertains to version numbers specified in the table below and will be updated with future product releases.
Application | Version | Amazon Connect Stream API | AWS SDK |
---|---|---|---|
Amazon Connect for Zendesk Core app | 3.1 | Version 2.14.6, minified .js lib embedded in the app |
Note: The below is applicable when Pause/Resume add-on is enabled, by the customer. AWS SDK for JavaScript v3, using Connect service for |
Amazon Connect for Zendesk with Pause/Resume add-on | 2.1 | N/A |
Note: The below is only applicable when Pause/Resume add-on is enabled, by the customer. Lambda triggered from Connect contact flow. AWS SDK for JavaScript v3, calls STS service to issue temporary credentials. IAM role is created via CloudFormation deployment from SAR and includes policies |
Amazon Connect for Zendesk with Zendesk Search add-on | 2.1 | N/A |
Note: The below is only applicable when Search add-on is enabled, by the customer. Lambda triggered from Connect contact flow. No AWS services used (only 3rd party APIs). |
Amazon Connect for Zendesk with Contact Lens add-on | 2.1 | N/A |
Note: The below is only applicable when Contact Lens add-on is enabled, by the customer. Lambda triggered from an S3 bucket with Contact Lens records on Put event. AWS SDK for JavaScript v3, optionally calls DynamoDB service to store failed Zendesk searches for later retries. IAM role is created via CloudFormation deployment from SAR and includes policies |
The below architectural diagrams show the technical design for Amazon Connect for Zendesk and the add-on applications.
Diagram | Description |
---|---|
Amazon Connect for Zendesk Core app | This represents the core installation of the Zendesk for Amazon Connect applications |
Amazon Connect for Zendesk with Pause/Resume add-on | This represents the add on for Pause and Resume. |
Amazon Connect for Zendesk with Zendesk Search add-on | This represents the add on for Zendesk Search |
Amazon Connect for Zendesk with Contact Lens add-on | This represents the add on for Contact Lens. |
Amazon Connect for Zendesk - Core App.pdf
Amazon Connect for Zendesk - Pause & Resume.pdf