Simple Article with a Starter Rest API with Node.js and TypeScript A simple article and project to demonstrate automatic deployment on AWS using Elastic Beanstalk. Article - Node with TypeScript: How to configure automatic deploy on AWS with Elastic Beanstalk Project Specifications BACK-END Used Node.js with: TypeScript express Used Jest for unit testing. Used Winston for the storage of the logs. Used Axios for promises based HTTP client. CLOUD Used AWS BeanStalk as an orchestration service for deploying cloud applications. Used AWS EC2 as cloud instances for application availability. Used AWS CodeDeploy as a fully managed deployment service that automates application deployments. Used AWS CodePipeline as a continuous delivery service for the application build, test and deployment phases Used AWS CodeCommit as source control service.