This translation application is built using ReactJS, AWS Lambda, AWS S3 and AWS Translate.
- When user uploads a file it is sent to the input S3 bucket.
- As soon as a file is detected by lambda it triggers the translate function which translates the file into the desired language & sends it back to the output S3 bucket.
- User can download the file using UI.