Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 351 Bytes

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