brand new image

This commit is contained in:
Jun-te Kim 2025-07-16 16:41:15 +00:00
parent 11ae8d605c
commit f5d63ca844
2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ jobs:
- name: Build, tag, and push Docker image to ECR
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: latest
IMAGE_TAG: latest2
run: |
IMAGE_URI=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
echo "pwd"

View file

@ -52,8 +52,8 @@ resource "aws_lambda_function" "extractor_and_loader" {
function_name = "extractor-and-loader"
role = aws_iam_role.lambda_exec_role.arn
package_type = "Image"
image_uri = "${aws_ecr_repository.extractor_and_loader.repository_url}:latest"
timeout = 10
image_uri = "${aws_ecr_repository.extractor_and_loader.repository_url}:latest2"
timeout = 30
}
# SQS trigger