This project aims to provide a straightforward solution for translating languages within documents using various AWS services.
- Amazon Simple Storage Service (S3): Utilized for storing documents requiring translation.
- AWS Lambda & AWS Translate: Used to translate documents within the S3 bucket upon invocation.
- AWS IAM: To leverage least privileges to the different Aws services used for best security practices.
The initial step involved setting up two separate S3 buckets: one for input files and another for output files. The latter would host the translated documents following Lambda's translation process.
Lastly, a Lambda function was created to facilitate the translation of documents stored within the input S3 bucket.


