Skip to content

Commit

Permalink
update example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlikl committed Mar 7, 2025
1 parent 63287aa commit dd0c912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ To grant a principal permission to run your `TaskDefinition`, you can use the `T
```ts
declare const role: iam.IGrantable;
const taskDef = new ecs.TaskDefinition(this, 'TaskDef', {
cpu: '512',
cpu: '256',
memoryMiB: '512',
compatibility: ecs.Compatibility.EC2_AND_FARGATE,
});
Expand Down

0 comments on commit dd0c912

Please # to comment.