Codebase for the blog post Java AWS Lambda Container Image Support (Complete Guide)
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
serverless-java-aws-examples/java-aws-lambda-custom-image
- Build the Docker image with:
mvn package
docker build -t . java-aws-lambda-custom-image
- Push the Docker image to your ECR (follow the steps described in the blog post - make sure to replace your AWS Account ID and region)
- Deploy the function with
serverless deploy