Skip to content

Commit bbfc0d2

Browse files
authored
Remove duplicate code example (#429)
1 parent fd74489 commit bbfc0d2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

v2/hello_world.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -486,20 +486,6 @@ Update `hello-cdk.go`\.
486486
})
487487
```
488488

489-
------
490-
#### [ C\# ]
491-
492-
Update `src/HelloCdk/HelloCdkStack.cs`\.
493-
494-
```
495-
new Bucket(this, "MyFirstBucket", new BucketProps
496-
{
497-
Versioned = true,
498-
RemovalPolicy = RemovalPolicy.DESTROY,
499-
AutoDeleteObjects = true
500-
});
501-
```
502-
503489
------
504490

505491
Here, we haven't written any code that, in itself, changes our Amazon S3 bucket\. Instead, our code defines the desired state of the bucket\. The AWS CDK synthesizes that state to a new AWS CloudFormation template\. Then, it deploys a changeset that makes only the changes necessary to reach that state\.

0 commit comments

Comments
 (0)