Skip to content

Commit

Permalink
Remove Node.js runtime from Lambda deployment
Browse files Browse the repository at this point in the history
This commit removes the reference to the Node.js runtime in the AWS Lambda deployment configuration. As the package type has been changed to 'Image', specifying a runtime is not necessary and can lead to ambiguity or conflicts.
  • Loading branch information
timam committed May 16, 2024
1 parent a20df9a commit 686b915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/lambda/deployment/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ spec:
name: demo-awscd-2024
description: awscd demo lambda with ack
packageType: Image
runtime: nodejs20.x
memorySize: 512
code:
imageURI: 590184123335.dkr.ecr.ap-southeast-1.amazonaws.com/demo-awscd-2024:b8b63e8c410a42cfb1b06eb2e6b2920525c970f3
Expand Down

0 comments on commit 686b915

Please sign in to comment.