Deprecated Lambda runtimes
lukasgabi opened this issue · 4 comments
Describe the bug
The solution currently deploys some login related Lambdas that use Node.js 16.x as runtime, which will be deprecated by June 12, 2024.
My customer has the same issue but i fail to find any code related to that issue. The nodejs lambda runtimes are set to 18.x.
The only time node 16 is mention is in the package.json see npm explain @tsconfig/node16
. Not sure if there is some amplify magic creating these runtimes.
The functions are deployed by the amplify-cli tool as part of the various Amplify features e.g. "auth". They're not part of the TEAM project. The latest stable TEAM release uses an old version of amplify-cli, but there is a fix merged to the main branch which you can cherry pick. We're still waiting for a new stable release of TEAM.
Ah you are right. Didn't compare with the 1.1.1 tag. So this is basically fixed but not released with a new version.
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed.