Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.19 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.19 KB

AWS Copilot Node Demo



Jest coverage reports and github annotations

Sonarcloud

Back Merge

Badge creation

Usage

Create infrastructure

./scripts/setup-ecs.sh demo qa

Make sure that the manifest.yml has http.path: '/'

http:
  # Requests to this path will be forwarded to your service.
  # To match all requests you can use the "/" path.
  path: '/'
  # You can specify a custom health check path. The default is "/".
  # healthcheck: '/'

Update infrastructure

./scripts/update-ecs.sh demo qa