Skip to content

Latest commit

 

History

History

AWSSCV-CTRLogger

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CTR Logger

This example shows how you can capture CTR events from a Kinesis stream and process those events to store CTR data in S3 or log CTR data to CloudWatch.

Deployment Resources

To enable CTR logging, we need to deploy one AWS Lambda function.

AWS Lambda Function

For these deployments, the following AWS Lambda function is provided:

  • awsscv_ctr_logger_%InstanceName% (awsscv-ctr-logger.py): Provides ability to receive CTR events from Kinesis, store those events in S3, and/or log those events to CloudWatch.

Prerequisites for all deployments

  1. AWSSCV Common Layers deployed
  2. AWSSCV Salesforce Config deployed
  3. Access to the AWS Console

Deplyoment instructions

Deploy the CloudFormation template

  1. Right-click/control-click to download the AWSSCV CTRLogger template.
  2. In a new browser tab, login to the AWS Console
  3. Make sure you are in the same region as your Amazon Connect instance. You can set the region by expanding the region selector in the upper right and choosing the region
  4. Navigate to the CloudFormation console
  5. Select Create Stack, and choose With new resources (standard)
  6. In the Specify Template section, choose Upload a template file
  7. Select Choose file
  8. Navigate to the folder where you saved awsscv_follow_me_routing.yaml
  9. Select Next
  10. In the Stack Name field, enter AWSSCV-CTRLogger
  11. Enter the parameters as follows (most from your notepad):
  • AWSRegion: Select the region that you have deployed Amazon Connect in
  • AWSSCVCommonRole: ARN of the awsscv_common_role role
  • ConnectInstanceName: Provide the instance name for Amazon Connect.
  • CTRKinesisStream: ARN of the CTR Kinesis stream
  • Format: Pretty print the CTR output (true)
  • LambdaLoggingLevel: INFO or DEBUG
  • WriteTo: Where to send the CTR data (s3, console, or both)
  1. Select Next
  2. In Service Cloud Voice deployments, it is normal to see a warning on the next page, Configure stack options
  3. Scroll to the bottom and select Next
  4. Scroll to the bottom, make sure to check the acknowledgement that AWS CloudFormation might create IAM resource, and select Create Stack
  5. After a minute or two, the stack should complete.