Sep 5, 2018 · 1 min read
If docker isn’t your thing, you can also build next.js (local or in your CI), zip the whole project directory, and upload it to AWS beanstalk as a node app. If you want smaller size, run npm prune “production” after build before zip.