In a new stack, I am trying to fetch the Fargate E...
# python
p
In a new stack, I am trying to fetch the Fargate ECS cluster with:
import pulumi_aws as aws
cluster = aws.ecs.get_cluster(cluster_name=‘fargate’)