You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cognito
- acmpca
- codeguruprofiler
- cloud9
- signer
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-cloud9/README.md
+21-12
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,23 @@
23
23
24
24
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
25
25
26
-
AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It includes a code editor, debugger, and terminal. Cloud9 comes prepackaged with essential tools for popular programming languages, including JavaScript, Python, PHP, and more, so you don’t need to install files or configure your development machine to start new projects. Since your Cloud9 IDE is cloud-based, you can work on your projects from your office, home, or anywhere using an internet-connected machine. Cloud9 also provides a seamless experience for developing serverless applications enabling you to easily define resources, debug, and switch between local and remote execution of serverless applications. With Cloud9, you can quickly share your development environment with your team, enabling you to pair program and track each other's inputs in real time.
26
+
AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a
27
+
browser. It includes a code editor, debugger, and terminal. Cloud9 comes prepackaged with essential tools for popular
28
+
programming languages, including JavaScript, Python, PHP, and more, so you don’t need to install files or configure your
29
+
development machine to start new projects. Since your Cloud9 IDE is cloud-based, you can work on your projects from your
30
+
office, home, or anywhere using an internet-connected machine. Cloud9 also provides a seamless experience for developing
31
+
serverless applications enabling you to easily define resources, debug, and switch between local and remote execution of
32
+
serverless applications. With Cloud9, you can quickly share your development environment with your team, enabling you to pair
33
+
program and track each other's inputs in real time.
27
34
28
35
29
36
## Creating EC2 Environment
30
37
31
-
EC2 Environments are defined with `Ec2Environment`. To create an EC2 environment in the private subnet, specify `subnetSelection` with private `subnetType`.
38
+
EC2 Environments are defined with `Ec2Environment`. To create an EC2 environment in the private subnet, specify
@@ -27,11 +27,11 @@ Here's how to setup a profiling group and give your compute role permissions to
27
27
28
28
```ts
29
29
// The execution role of your application that publishes to the ProfilingGroup via CodeGuru Profiler Profiling Agent. (the following is merely an example)
0 commit comments