Skip to content

Commit

Permalink
Explicitly specify arm64 as the image will be an arm64 Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
malessi committed Jan 22, 2025
1 parent 0b834ca commit e813a2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ resource "aws_lambda_function" "this" {
kms_key_arn = local.kms_key_id
image_uri = local.lambda_image_uri
source_code_hash = trimprefix(data.aws_ecr_image.this.id, "sha256:")
architectures = ["arm64"]
package_type = "Image"
memory_size = 128
timeout = 60
Expand Down

0 comments on commit e813a2a

Please sign in to comment.