example of lambda function

This commit is contained in:
Jun-te Kim 2025-07-15 12:25:25 +00:00
parent c220f35252
commit e354c3d4f7

View file

@ -42,7 +42,7 @@ jobs:
pwd
ls -la
echo "Building Docker image..."
docker build -t $IMAGE_URI -f deployment/lambda/Dockerfile .
docker build -t $IMAGE_URI -f deployment/lambda_example/Dockerfile .
echo "Pushing Docker image to ECR..."
docker push $IMAGE_URI