Skip to content

Latest commit

 

History

History

basic-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Basic app

This is a basic node app that uses AWS Parameter store (to set environment variables).

See ../README.md of this repo for more context on how the example app fits into the demonstration of ECS and AWS Parameter store.

Local installation

npm install
npm run start

Build and push a docker image

See README.md