As documented in the below link, the lambda go1.x runtime has now been deprecated by AWS, the provided.al2023 runtime should be used instead.
https://aws.amazon.com/blogs/compute/migrating-aws-lambda-functions-from-the-go1-x-runtime-to-the-custom-runtime-on-amazon-linux-2/
This causes the deployment to fail:
As documented in the below link, the lambda go1.x runtime has now been deprecated by AWS, the provided.al2023 runtime should be used instead.
https://aws.amazon.com/blogs/compute/migrating-aws-lambda-functions-from-the-go1-x-runtime-to-the-custom-runtime-on-amazon-linux-2/
This causes the deployment to fail:
dce/modules/lambda/lambda.tf
Line 4 in 06a0c25