awslabs / project-lakechain

:zap: Cloud-native, AI-powered, document processing pipelines on AWS.
https://awslabs.github.io/project-lakechain/
Apache License 2.0
115 stars 22 forks source link

Feature request: Migrate Lambdas to Node.js 20 #11

Open HQarroum opened 8 months ago

HQarroum commented 8 months ago

Use case

Migrate all Lambda functions runtimes to Node.js 20.

Solution/User Experience

Middleware are still responsible for deining the Lambda runtime in this release, simply bump up the runtime. This will require a re-test and re-benchmark of all middlewares.

Alternative solutions

No response