1

I am new to Amazon Connect and Lambda.

Regarding the "Text to Speech" feature of Prompts on Amazon Connect contact flows, under the "Enter Dynamically" option and then "Interpret As" - "Text".

Is it possible to pass message prompt value from a Lambda function to Amazon Connect contact flow prompt? What I want to do is to dynamically change the message prompt value from the Lambda function.

For example on the contact flow prompt below, I want to dynamically pass and change the "Text" value from a Lambda function.

enter image description here

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
jean chu
  • 145
  • 4
  • 13

1 Answers1

1

Yes, you can return a string field from a database such as DynamoDB and then pass this to the contact flow. If your string starts with arn: then you are referring to prompt that has been stored or otherwise, you can play the text to speech via Polly.

Rusty
  • 113
  • 1
  • 7