Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAmazonKendra authored Jul 19, 2022
1 parent c96d2a1 commit 1c146bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-cloud9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ new CfnOutput(this, 'URL', { value: c9env.ideUrl });
Use `imageId` to specify the EC2 AMI image to be used:

```ts
import * as cloud9 from '@aws-cdk/aws-cloud9';

const defaultVpc = ec2.Vpc.fromLookup(this, 'DefaultVPC', { isDefault: true });
new cloud9.Ec2Environment(this, 'Cloud9Env2', {
vpc: defaultVpc,
Expand Down

0 comments on commit 1c146bd

Please sign in to comment.