Categories
aws

Simple trick to disable AWS Elastic Beanstalk from running npm install

I have a react application that I want hosted on AWS Elastic Beanstalk, from here on I will refer to Elastic Beanstalk as EB.  The apps Continuous Integration/Continuous Deployment pipeline is running on  AWS CodePipeline, Code Build and Code Deploy.  These are all managed services offered from AWS. When I push a commit to github […]