in28minutes / hello-world-rest-api-aws-ecs-codepipeline

Home Page:https://cloud.in28minutes.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"}

About

https://cloud.in28minutes.com


Languages

Language:Java 91.1%Language:Dockerfile 8.9%