Cluster
Source:
src/AWS/ECS/Cluster.ts
An Amazon ECS cluster for running tasks and services.
Creating Clusters
Section titled “Creating Clusters”const cluster = yield* Cluster("AppCluster", {});Source:
src/AWS/ECS/Cluster.ts
An Amazon ECS cluster for running tasks and services.
const cluster = yield* Cluster("AppCluster", {});