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

https://github.com/wednesday-solutions/aws-copilot-node-demo

A repository showcasing how to set up an ECS cluster, service, and a task definition with support CD
https://github.com/wednesday-solutions/aws-copilot-node-demo

automation aws-copilot aws-ecs iac infrastructure-as-code

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# AWS Copilot Node Demo

---








---

## Jest coverage reports and github annotations

- [.github/workflows/repo-health.yml](.github/workflows/repo-health.yml#L36)

## Sonarcloud

- [.github/workflows/repo-health.yml](.github/workflows/repo-health.yml#L21)

## Back Merge

- [.github/workflows/back-merge-from-main.yml](.github/workflows/back-merge-from-main.yml#L17)
- [.github/workflows/back-merge-from-qa.yml](.github/workflows/back-merge-from-qa.yml#L15)

## Badge creation

- [.github/workflows/jest-badges.yml](.github/workflows/jest-badges.yml#L22)

## 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
```