Skip to content

Patrick-Eichhorn/aws-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Demo

Very simple web application to translate inputs.
The app exposes 2 endpoints

  • /ping
  • /translate?text=string&src=lang&dest=lang

Setup

Run in project root directory and add virtual env as python sdk to IntelliJ

source setupDev.rc

Build and run Container

docker build -t translator:latest .
docker run -p 8081:8081 translator:latest

Invoke methods

curl  curl http://localhost:8081/ping
curl  curl http://localhost:8081/translate?text=input&src=de&dest=en

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.5%
  • Shell 13.3%
  • Dockerfile 13.2%