### Notes: ``` Reference: https://github.com/aws/aws-lambda-java-libs/blob/master/aws-lambda-java-runtime-interface-client/README.md Replace with the final aws sample repo information. ``` #### Build Java Docker Image **RUN:** ``` docker build -t java_0.2 -f java/Dockerfile . ``` #### Run Java Docker Image default Capabilities **RUN:** ``` docker run -dp 8090:8090 --name java_hello_world -it sh ```