소개
This skill provides specialized guidance for deploying Node.js applications to AWS Elastic Beanstalk, specifically addressing the platform's unique dependency installation behaviors. It helps developers navigate the choice between bundling node_modules for reliability or letting the platform install them for speed, while offering robust solutions for common monorepo workspace issues and symlink errors. By implementing these best practices, teams can ensure consistent deployments, handle private packages securely, and automate database migrations within the AWS ecosystem.