aws-solutions-library-samples / guidance-for-carbon-data-lake-on-aws

Apache License 2.0
21 stars 13 forks source link

Runtimes specific to a language or framework version are deprecated when the version reaches end of life. #40

Closed mfsuen closed 4 months ago

mfsuen commented 5 months ago

After "cdk synth", it shows the following errors, it seems there are Lambda function "nodejs" runtime version is not compatible.

[Error at /LineageStack/cdlDataLineageInput/Resource] AwsSolutions-L1: [Error at /LineageStack/cdlDataLineageHandler/Resource] AwsSolutions-L1: [Error at /LineageStack/cdlDataLineageTraceHandler/Resource] AwsSolutions-L1: [Error at /TestStack/CalculatorTestLambda/Resource] AwsSolutions-L1: [Error at /TestStack/PipelineTestLambda/Resource] AwsSolutions-L1:

cdk-synth-error
cmgabri commented 4 months ago

Updated Lambda runtime to Python 3.12, updated AWSLambdaPowertoolsPython to fix this issue. Thank you for opening this issue.