matheusicaro / article-app-deploy-aws-node-typescript

For this article, I want to demonstrate how to set up automatic deploys of a Node.js application with TypeScript on the AWS Cloud, using Elastic Beanstalk. In this way, this article will be like a tutorial, a little more direct, like a sequence of steps.

Home Page:https://save

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Article with a Starter Rest API with Node.js and TypeScript

license

A simple article and project to demonstrate automatic deployment on AWS using Elastic Beanstalk.

Capture


Project Specifications

BACK-END

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.

About

For this article, I want to demonstrate how to set up automatic deploys of a Node.js application with TypeScript on the AWS Cloud, using Elastic Beanstalk. In this way, this article will be like a tutorial, a little more direct, like a sequence of steps.

https://save

License:MIT License


Languages

Language:TypeScript 84.6%Language:JavaScript 15.4%