How does AWS Beanstalk use NPM when deploying a Nodejs App?

后端 未结 4 1819
醉酒成梦
醉酒成梦 2021-02-18 19:19

I\'m curious about the overall workflow of an AWS Beanstalk deployment. I\'m assuming it runs npm at some point to get the packages installed on the server(s). But I was just wo

4条回答
  •  迷失自我
    2021-02-18 19:36

    An additional option is to use npm-shrinkwrap, which has the additional benefit of letting you lock your dependencies at the same time.

    AWS Elastic Beanstalk suggests it here.

提交回复
热议问题