Search code examples
node.jsamazon-elastic-beanstalk

deploy nodejs app with aws beanstalk with code pipeline git


I guess the issue is that I'm using nodejs v 16.13.0 and in beanstalk I found just nodev14 if is it true how I can upgrade the nodejs of my instance

enter image description here


Solution

  • Unfortunately, Elastic beanstalk (and AWS Lambda) only supports up to node 14.18.2. You will have to move to EC2 where you can install your own Node versions.

    EDIT: AWS Lambda now supports Node 16.