Skip to content

Commit 7cb274a

Browse files
committed
Remove SDK content from CFN branch (belongs on SDK branches)
1 parent eb150af commit 7cb274a

10 files changed

Lines changed: 0 additions & 220 deletions

File tree

tuts/001-lightsail-gs/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,6 @@ The script creates the following AWS resources in order:
1515
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
1616

1717

18-
## SDK examples
19-
20-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
21-
22-
### Run with Python
23-
24-
```bash
25-
cd tuts/001-lightsail-gs/python
26-
python3 -m venv .venv && source .venv/bin/activate
27-
pip install -r requirements.txt
28-
python3 scenario_getting_started.py
29-
```
30-
31-
### Run with JavaScript
32-
33-
```bash
34-
cd tuts/001-lightsail-gs/javascript
35-
npm install
36-
node scenarios/getting-started.js
37-
```
38-
39-
See the `python/` and `javascript/` directories for source code and tests.
4018
## CloudFormation
4119

4220
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/002-vpc-gs/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,6 @@ The script creates the following AWS resources in order:
2828
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
2929

3030

31-
## SDK examples
32-
33-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
34-
35-
### Run with Python
36-
37-
```bash
38-
cd tuts/002-vpc-gs/python
39-
python3 -m venv .venv && source .venv/bin/activate
40-
pip install -r requirements.txt
41-
python3 scenario_getting_started.py
42-
```
43-
44-
### Run with JavaScript
45-
46-
```bash
47-
cd tuts/002-vpc-gs/javascript
48-
npm install
49-
node scenarios/getting-started.js
50-
```
51-
52-
See the `python/` and `javascript/` directories for source code and tests.
5331
## CloudFormation
5432

5533
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/003-s3-gettingstarted/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,6 @@ Free tier eligible. No charges expected for a few objects.
5959

6060

6161

62-
## SDK examples
63-
64-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
65-
66-
### Run with Python
67-
68-
```bash
69-
cd tuts/003-s3-gettingstarted/python
70-
python3 -m venv .venv && source .venv/bin/activate
71-
pip install -r requirements.txt
72-
python3 scenario_getting_started.py
73-
```
74-
75-
### Run with JavaScript
76-
77-
```bash
78-
cd tuts/003-s3-gettingstarted/javascript
79-
npm install
80-
node scenarios/getting-started.js
81-
```
82-
83-
See the `python/` and `javascript/` directories for source code and tests.
8462
## CloudFormation
8563

8664
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/004-cloudmap-custom-attributes/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,6 @@ The script creates the following AWS resources in order:
2929
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
3030

3131

32-
## SDK examples
33-
34-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
35-
36-
### Run with Python
37-
38-
```bash
39-
cd tuts/004-cloudmap-custom-attributes/python
40-
python3 -m venv .venv && source .venv/bin/activate
41-
pip install -r requirements.txt
42-
python3 scenario_getting_started.py
43-
```
44-
45-
### Run with JavaScript
46-
47-
```bash
48-
cd tuts/004-cloudmap-custom-attributes/javascript
49-
npm install
50-
node scenarios/getting-started.js
51-
```
52-
53-
See the `python/` and `javascript/` directories for source code and tests.
5432
## CloudFormation
5533

5634
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/005-cloudfront-gettingstarted/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,6 @@ The script creates the following AWS resources in order:
1515
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
1616

1717

18-
## SDK examples
19-
20-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
21-
22-
### Run with Python
23-
24-
```bash
25-
cd tuts/005-cloudfront-gettingstarted/python
26-
python3 -m venv .venv && source .venv/bin/activate
27-
pip install -r requirements.txt
28-
python3 scenario_getting_started.py
29-
```
30-
31-
### Run with JavaScript
32-
33-
```bash
34-
cd tuts/005-cloudfront-gettingstarted/javascript
35-
npm install
36-
node scenarios/getting-started.js
37-
```
38-
39-
See the `python/` and `javascript/` directories for source code and tests.
4018
## CloudFormation
4119

4220
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/008-vpc-private-servers-gs/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,6 @@ The script creates the following AWS resources in order:
3232
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
3333

3434

35-
## SDK examples
36-
37-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
38-
39-
### Run with Python
40-
41-
```bash
42-
cd tuts/008-vpc-private-servers-gs/python
43-
python3 -m venv .venv && source .venv/bin/activate
44-
pip install -r requirements.txt
45-
python3 scenario_getting_started.py
46-
```
47-
48-
### Run with JavaScript
49-
50-
```bash
51-
cd tuts/008-vpc-private-servers-gs/javascript
52-
npm install
53-
node scenarios/getting-started.js
54-
```
55-
56-
See the `python/` and `javascript/` directories for source code and tests.
5735
## CloudFormation
5836

5937
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/009-vpc-ipam-gs/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,6 @@ The script creates the following AWS resources in order:
1717
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
1818

1919

20-
## SDK examples
21-
22-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
23-
24-
### Run with Python
25-
26-
```bash
27-
cd tuts/009-vpc-ipam-gs/python
28-
python3 -m venv .venv && source .venv/bin/activate
29-
pip install -r requirements.txt
30-
python3 scenario_getting_started.py
31-
```
32-
33-
### Run with JavaScript
34-
35-
```bash
36-
cd tuts/009-vpc-ipam-gs/javascript
37-
npm install
38-
node scenarios/getting-started.js
39-
```
40-
41-
See the `python/` and `javascript/` directories for source code and tests.
4220
## CloudFormation
4321

4422
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/010-cloudmap-service-discovery/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,6 @@ The script creates the following AWS resources in order:
1717
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
1818

1919

20-
## SDK examples
21-
22-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
23-
24-
### Run with Python
25-
26-
```bash
27-
cd tuts/010-cloudmap-service-discovery/python
28-
python3 -m venv .venv && source .venv/bin/activate
29-
pip install -r requirements.txt
30-
python3 scenario_getting_started.py
31-
```
32-
33-
### Run with JavaScript
34-
35-
```bash
36-
cd tuts/010-cloudmap-service-discovery/javascript
37-
npm install
38-
node scenarios/getting-started.js
39-
```
40-
41-
See the `python/` and `javascript/` directories for source code and tests.
4220
## CloudFormation
4321

4422
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/011-getting-started-batch-fargate/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,6 @@ The script creates the following AWS resources in order:
1717
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
1818

1919

20-
## SDK examples
21-
22-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
23-
24-
### Run with Python
25-
26-
```bash
27-
cd tuts/011-getting-started-batch-fargate/python
28-
python3 -m venv .venv && source .venv/bin/activate
29-
pip install -r requirements.txt
30-
python3 scenario_getting_started.py
31-
```
32-
33-
### Run with JavaScript
34-
35-
```bash
36-
cd tuts/011-getting-started-batch-fargate/javascript
37-
npm install
38-
node scenarios/getting-started.js
39-
```
40-
41-
See the `python/` and `javascript/` directories for source code and tests.
4220
## CloudFormation
4321

4422
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

tuts/012-transitgateway-gettingstarted/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,6 @@ The script creates the following AWS resources in order:
2323
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
2424

2525

26-
## SDK examples
27-
28-
This tutorial is also available as SDK examples in Python and JavaScript (with scaffolds for 9 additional languages). Each implements the same scenario with wrapper classes, a scenario orchestrator, and unit tests.
29-
30-
### Run with Python
31-
32-
```bash
33-
cd tuts/012-transitgateway-gettingstarted/python
34-
python3 -m venv .venv && source .venv/bin/activate
35-
pip install -r requirements.txt
36-
python3 scenario_getting_started.py
37-
```
38-
39-
### Run with JavaScript
40-
41-
```bash
42-
cd tuts/012-transitgateway-gettingstarted/javascript
43-
npm install
44-
node scenarios/getting-started.js
45-
```
46-
47-
See the `python/` and `javascript/` directories for source code and tests.
4826
## CloudFormation
4927

5028
This tutorial includes a CloudFormation template that creates the same resources as the CLI script.

0 commit comments

Comments
 (0)