Skip to content

Ukraine-Relief-Efforts/scraper-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scraper-translator

An AWS Lambda to automatically translate the scraped content.

Building

Install & setup NodeJS 14.x (recommended to use a node manager like fnm

Install & setup AWS SAM

MacOS (Homebrew)

brew tap aws/tap
brew install aws-sam-cli

Windows (Chocolatey)

choco install awssamcli

Run sam build

Run Test

npm run test