/aws-copilot-node-demo

A repository showcasing how to set up an ECS cluster, service, and a task definition with support CD

Primary LanguageJavaScript

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