Sample Spring Boot application with a single REST API.
To build and run from a packaged jar locally:
mvn spring-boot:run
or
mvn clean package
java -jar target/spring-boot-lambda-1.0.0-SNAPSHOT.jar
To build the image. First build the application, then build the docker image
mvn package
docker build -t spring-boot-lambda .
docker run --name spring-boot-lambda -p 8080:8080 -d spring-boot-lambda
curl http://localhost:8080/languages