DEV Community

Discussion on: Deploying Node.js Apps on AWS: Elastic Beanstalk Or App Runner?

Collapse
 
thesameeric profile image
Eric O Okiti

Interesting read. I've used Elastic Beanstalk extensively, and while it doesn't have an automated CI pipeline, you can easily automate the deployment using Github actions. I wrote an article about it here:
dev.to/thesameeric/deploying-a-nod...

I'll tryout App runner on one of my side projects to get the feeling :)

Collapse
 
khairahscorner profile image
Airat Yusuff AWS Community Builders

Thanks for sharing! Someone recommended this as well, using AWS CodePipeline too