File tree Expand file tree Collapse file tree 10 files changed +110
-0
lines changed
003-s3-gettingstarted/python
004-cloudmap-custom-attributes/python
005-cloudfront-gettingstarted/python
008-vpc-private-servers-gs/python
010-cloudmap-service-discovery/python
011-getting-started-batch-fargate/python
012-transitgateway-gettingstarted/python Expand file tree Collapse file tree 10 files changed +110
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # Run the Python SDK scenario for this tutorial.
3+ set -eo pipefail
4+ cd " $( dirname " $0 " ) "
5+ [ ! -d " .venv" ] && python3 -m venv .venv
6+ source .venv/bin/activate
7+ pip install -q -r requirements.txt
8+ echo " "
9+ echo " $ python3 scenario_getting_started.py"
10+ echo " "
11+ python3 scenario_getting_started.py
You can’t perform that action at this time.
0 commit comments