Closed AlbertMingXu closed 2 years ago
const taskDefinition = new ecs.FargateTaskDefinition(this, 'TaskDef', { cpu: 1024, memoryLimitMiB: 2048, executionRole: taskRole, });