Skip to content

Instantly share code, notes, and snippets.

@mdang
mdang / DEPLOYMENT_AWS_NODEJS.md
Last active February 23, 2021 10:14
Deploying Node.js apps to Amazon Web Services

Deploying Node.js apps to Amazon Web Services

This tutorial is for deploying Node.js applications to Amazon Web Services (AWS) using Elastic Beanstalk. Elastic Beanstalk is similar to Heroku in that it's a Platform as a Service (PaaS) that enables us to deploy code with little effort and manages the complexities of provisioning resources, auto scaling, monitoring and failover of infrastructure for us.

Requirements

AWS Account

  1. Go to the AWS Homepage
  2. Click the button Create an AWS Account
/**
* ================== angular-ios9-uiwebview.patch.js v1.1.1 ==================
*
* This patch works around iOS9 UIWebView regression that causes infinite digest
* errors in Angular.
*
* The patch can be applied to Angular 1.2.0 – 1.4.5. Newer versions of Angular
* have the workaround baked in.
*
* To apply this patch load/bundle this file with your application and add a