Skip to content

Commit

Permalink
Merge branch 'master' into rix0rrr-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 8, 2020
2 parents 65f8b03 + c424c57 commit 91cac17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ const taskDefinition = new ecs.Ec2TaskDefinition(this, 'TaskDef');
taskDefinition.addContainer('TheContainer', {
image: ecs.ContainerImage.fromRegistry('example-image'),
memoryLimitMiB: 256,
logging: ecs.LogDrivers.awslogs({ streamPrefix: 'EventDemo' })
logging: ecs.LogDrivers.awsLogs({ streamPrefix: 'EventDemo' })
});
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
core
)


class %name.PascalCased%Stack(core.Stack):

def __init__(self, scope: core.Construct, id: str, **kwargs) -> None:
Expand Down

0 comments on commit 91cac17

Please sign in to comment.