1 Answer
- Newest
- Most votes
- Most comments
1
I did not realise lambda was looking for the literal executable nodejs14.x
I copied /usr/bin/node to usr/bin/nodejs14.x
re deployed the component and it start to work
answered 3 years ago
Relevant content
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 3 years ago

That is correct. The lambda launcher will look for that exact node executable on the path with a version number at the end. You can also symlink if that works better.