Amazon Translate Example Implementation
Overview
This demo project contains an example implementation of the Amazon Translate Connector. The app contains basic functionality that mimics a restaurant review website. The demo app comes with demo data that is automatically created. The restaurants and reviews are all fictional.
To demonstrate the Amazon Translate Connector, logic has been created that lets the user select a specific review in order to translate the review to their language of choice.
This demo project is meant as an example as to how the Amazon Translate Connector could be implemented. This demo project is also used in the learning path on AWS connectors.
Documentation
Description
This application contains a demo implementation of the Amazon Translate Connector. It is a very basic Mendix application which mimics a restaurant review website.
Typical usage scenario
This demo application is solely for educational purposes.
Features and limitations
- This demo application contains an example implementation of the Amazon Translate Service.
- Security is not set for this demo application.
Dependencies
- Mendix Studio Pro 9.24.2
Installation
Download and run the application.
Configuration
In order to properly use the demo application, you will need to set the credentials. If you are using Static Credentials update the following constants:
- AmazonTranslateConnector.AccessKey
- AmazonTranslateConnector.SecretKey
If you are using Session based Credentials update the following constants:
- AmazonTranslateConnector.ClientCertificateID
- AmazonTranslateConnector.ProfileARN
- AmazonTranslateConnector.RoleARN
- AmazonTranslateConnector.SessionName
- AmazonTranslateConnector.TrustAnchorARN
Change the AmazonTranslateConnector.UseStaticCredentials constant to false