
bin/chat-message-streaming-examples.ts is the entrypoint of the CDK application.

The code for Lambda is defined in the src/lambda directory. The stack defines all the AWS infrastructure resources such as API Gateway, Dynamo DB, SNS and Lambda.


If you are deploying PII redaction with any channel you need to supply the piiRedactionTypes variable.If you are deploying the WhatsApp channel you need to supply the waSecretArn variable.If you are deploying the Facebook channel you need to supply the fbSecretArn variable.If you are deploying SMS channel you need to supply the pinpointAppId and smsNumber variables.Pass in the context required for the cdk stack. Npm -g install typescript npm install -g aws-cdkĬdk bootstrap aws://ACCOUNT_ID/AWS_REGION Deployment commandsĬDK deploy using your CLI profile (if you use default profile, don't need to specify the profile flag). Please refer to this blog on the steps to create a Facebook messenger channel. AWS CLI setup in your local environmentįor detailed steps please visit the blog FB.An Amazon Connect Contact Flow setup for Amazon Connect (including Disconnect flow).(You can use the sample contact flow for this example.).

Create a simple contact flow which routes the contact to the appropriate queue.Message streaming API starter projects Prerequisite General
