Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 457 Bytes

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