An open API service indexing awesome lists of open source software.

https://github.com/thomd/aws-elastic-beanstalk-example

deployment of a simple node.js application on AWS Elastic Beanstalk
https://github.com/thomd/aws-elastic-beanstalk-example

aws babel docker elasticbeanstalk nodejs webpack

Last synced: 2 months ago
JSON representation

deployment of a simple node.js application on AWS Elastic Beanstalk

Awesome Lists containing this project

README

          

# Deploy a Node.js Application on AWS Elastic Beanstalk

A simple example.

## Prerequisites

brew install awsebcli

## Setup

npm install
npm run build
eb init
eb create
eb open
// code ...
eb deploy