app. unfortunately beanstalk allows to upload app's that are not more than 512mb and as all we know node_modules is a space killer... this wouldnt be an issue if i haven't had to use codebuild... anyone has advices on how to workaround this?
yes, don't use Elastic Beanstalk
which alternative solution do you advice?
Use ebextensions to install your node modules. Only upload your code. Google for ebextensions
unfortunately I need codebuild to build webpack and so
So? Build your webpack, and deploy it. ebextensions will install node modules on your target eb host
Обсуждают сегодня