Give us feedback
aws-polly-connector
Service icon

Amazon Polly TTS

Supported
Stable version 2.0.0 (Compatible with OutSystems 11)
Uploaded on 07 July 2022 by 
OutSystems
5.0
 (6 ratings)
aws-polly-connector

Amazon Polly TTS

Documentation
2.0.0

Amazon Polly is a service that turns text into lifelike speech, allowing you to both create applications that talk and to build entirely new categories of speech-enabled products.

This connector allows you to use the following Polly capabilities:

This component is based on the AWS SDK for .NET v3.

Requirements

To use the  Amazon Polly connector you must have:

Some connector actions also require the input file to be stored in an S3 bucket. To use these capabilities, the AWS account must have access to get objects from the specified bucket.

See the AWS documentation for detailed information about getting started and developing apps with Amazon Polly.

Authentication

To configure your connector to access Amazon Polly, you need the following AWS authentication information:

  • The access key ID of your AWS access key

  • The secret access key of your AWS access key

  • The AWS Region of the service endpoint to which you want to connect. To reduce latency, choose a region close to your application server. See the API documentation for the list of region names.

Use the above authentication information to fill in the AWSCredentials parameters in all of the public actions available in the AWSPollyConnector_IS module. The OutSystems parameters are:

  • Region

  • AccessKeyId

  • SecretAccessKey



1.0.1

Amazon Polly is a service that turns text into lifelike speech, allowing you to both create applications that talk and to build entirely new categories of speech-enabled products.

This connector allows you to use the following Polly capabilities:

This component is based on the AWS SDK for .NET v3.

Requirements

To use the  Amazon Polly connector you must have:

Some connector actions also require the input file to be stored in an S3 bucket. To use these capabilities, the AWS account must have access to get objects from the specified bucket.

See the AWS documentation for detailed information about getting started and developing apps with Amazon Polly.

Authentication

To configure your connector to access Amazon Polly, you need the following AWS authentication information:

  • The access key ID of your AWS access key

  • The secret access key of your AWS access key

  • The AWS Region of the service endpoint to which you want to connect. To reduce latency, choose a region close to your application server. See the API documentation for the list of region names.

Use the above authentication information to fill in the AWSCredentials parameters in all of the public actions available in the AWSPollyConnector_IS module. The OutSystems parameters are:

  • Region

  • AccessKeyId

  • SecretAccessKey

The connector uses the values in these site properties as the default AWS credentials for Amazon Polly authentication.

Alternatively, you can specify different credentials when invoking an action from the connector in your logic by using the AWSCredentials input parameter.

Each time you run an action from the connector, authentication in Amazon Polly is performed as follows (see this logic in GetAmazonCredentials action):

  • If the AWSCredentials input parameter is passed (the parameter isn’t mandatory), these values are used for authentication.

  • Otherwise, the authentication uses the values in the Access Key, Secret Access Key, and Region site properties.

  • If the values in the site properties are not set, an exception is raised: “Invalid configuration. Please validate the values."

With this design, you have the flexibility to define a set of AWS credentials for specific actions, while using the ones configured in the site properties as default credentials for the remaining actions.