mlops-e2e
mlops-e2e copied to clipboard
Use NODEJS_20_X
Is your feature request related to a problem? Please describe.
Lambda NODEJS_14_X runtime is used at multiple places https://github.com/search?q=repo%3Aaws-samples%2Fmlops-e2e%20NODEJS_14_X&type=code
It's function create is blocked as of Jan 9, 2024.
Lambda Supported Runtimes https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
Describe the solution you'd like
Use NODEJS_20_X, which was made available on Nov 15, 2023
despite making the changes, deploy stage of the Code pipeline keeps failing as CFT still detects NodeJS_14_X runtime although all references have been changed to older node js version. Tried to build the lock files and node_modules from scratch yet the issue persists and made relevant changes within the model_deploy/lib/modelDeploymentStack.ts lambda runtime as well.
despite making the changes, deploy stage of the Code pipeline keeps failing as CFT still detects NodeJS_14_X runtime although all references have been changed to older node js version. Tried to build the lock files and node_modules from scratch yet the issue persists and made relevant changes within the model_deploy/lib/modelDeploymentStack.ts lambda runtime as well.
Hi could you solve your issue or is it still persistant? Also did you try NodeJS_18_X runtime?
The issue is still persistent. Stopped trying after a while though.
PR #79 upgrades the lambda runtime to 18.X. Close this issue.