A modern translation application powered by Amazon Translate service with AWS Lambda and a sleek frontend interface.
- 🌍 Multi-language Support: Translate between multiple languages
- 🔍 Auto Detection: Automatically detect source language
- 💅 Modern UI: Clean interface with Tailwind CSS
- ⚡ Serverless: Powered by AWS Lambda
- 🔒 Secure: CORS enabled and AWS IAM protected
-
📦 Install Dependencies
cd translate npm install @aws-sdk/client-translate -
⚡ Deploy
sam build sam deploy --guided
-
🎨 Update Frontend
- Open
translate/index.html - Replace
ENTER YOUR API ENDPOINT URL HEREwith your API Gateway URL
- Open
- 🏢 AWS Account
- 🛠️ AWS SAM CLI
- 💻 Node.js & npm
- 📦 AWS SDK v3
sam deleteFor detailed setup instructions and implementation details, check out the article: Create a Translation Application with Amazon Translate
Built with ❤️ by Ozer Subasi