You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const msg = 'Added another instance,application loadbalancer and cloudfront distro\nHello, Node running at 3000! \nChanges in code to see autodeployment'
res.end(msg);
});
server.listen(port, () => {
console.log(`Server running on http://localhost:${port}/`);