Deploy a NodeJs Express Web Server on AWS
You can use this as a starting point for deploying a NodeJs Express server on AWS using Deployment.io.
Deployment
- Fork deployment-io/express-hello-world on GitHub.
- Create new Web Service on Deployment.io.
- Connect and add the forked repository.
- Select Node as the runtime.
- Input port number as 3001 since our server runs on that port. Change it according to your code.
- Input health check path as / . Change it according to your code.
- We autodetect the Build and Start commands using NixPacks so you can ignore them.
Your NodeJs Express web server will be available on your AWS ALB URL in the dashboard as soon as the build finishes.