Hello World Rest API

Creating Containers

  • mvn clean package
  • docker run --publish 8200:80 in28min/aws-hello-world-rest-api:0.0.1-SNAPSHOT
docker login
docker push @@REPO@@/aws-hello-world-rest-api:0.0.1-SNAPSHOT

Test URLs

Hello World
{"message":"Hello World - Changed"}
{"message":"Hello World, in28minutes"}