Skip to content

ozers/translator-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Amazon Translate Demo

AWS Node.js License

A modern translation application powered by Amazon Translate service with AWS Lambda and a sleek frontend interface.

✨ Features

  • 🌍 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

🚀 Quick Start

  1. 📦 Install Dependencies

    cd translate
    npm install @aws-sdk/client-translate
  2. ⚡ Deploy

    sam build
    sam deploy --guided
  3. 🎨 Update Frontend

    • Open translate/index.html
    • Replace ENTER YOUR API ENDPOINT URL HERE with your API Gateway URL

📋 Prerequisites

  • 🏢 AWS Account
  • 🛠️ AWS SAM CLI
  • 💻 Node.js & npm
  • 📦 AWS SDK v3

🧹 Cleanup

sam delete

📚 Documentation

For detailed setup instructions and implementation details, check out the article: Create a Translation Application with Amazon Translate


Built with ❤️ by Ozer Subasi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors