Skip to content

Latest commit

 

History

History

java-aws-lambda-custom-image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Steps to run this project:

  1. Clone this Git repository
  2. Navigate to the folder serverless-java-aws-examples/java-aws-lambda-custom-image
  3. Build the Docker image with:
mvn package
docker build -t . java-aws-lambda-custom-image
  1. 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)
  2. Deploy the function with serverless deploy