I have a project for a simple web app with a back-end API written in NodeJS that I worked on using the AWS Cloud9 IDE. I would like to deploy this to the public web so I can include it in my portfolio. However, I can't seem to find an option to deploy and the documentation hasn't been helpful in that regard.
The closest thing I've found has been an option to share my environment on the internet, but this involves a lot of setup and the end result is a URL that is essentially just an IP address.
What I am looking for is something hosted on AWS servers (I don't need a custom domain for this). I'm not sure what AWS' out-of-the-box URL would look like (projectname.aws.com?) but I am hoping for something similar to what heroku domains look like.