Skip to content

Commit dfeeb04

Browse files
author
Ubuntu
committed
Deleting network host references and path fixes as per PR comments
1 parent da057e2 commit dfeeb04

File tree

3 files changed

+254
-98
lines changed

3 files changed

+254
-98
lines changed

python-test-samples/step-functions-local-helloworld/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ rm -rf venv/
165165
> unsetting variables
166166
167167
```sh
168-
unset AWS_ACCESS_KEY_ID='DUMMYIDEXAMPLE'
169-
unset AWS_SECRET_ACCESS_KEY='DUMMYEXAMPLEKEY'
170-
unset AWS_REGION='us-east-1'
168+
unset AWS_ACCESS_KEY_ID
169+
unset AWS_SECRET_ACCESS_KEY
170+
unset AWS_REGION
171171
```
172172
173173
> cleanning docker
@@ -211,7 +211,7 @@ export AWS_REGION='us-east-1'
211211
```sh
212212
# Runing step functions docker image in the background
213213
step-functions-local-helloworld/tests$
214-
docker run -d --network host \
214+
docker run -d \
215215
--name stepfunctions -p 8083:8083 \
216216
--env-file aws-stepfunctions-local-credentials.txt amazon/aws-stepfunctions-local
217217
```
@@ -256,4 +256,4 @@ aws stepfunctions get-execution-history --endpoint http://localhost:8083 \
256256
- [PyTest Documentation](https://docs.pytest.org/)
257257
- [Testcontainers Python Documentation](https://testcontainers-python.readthedocs.io/en/latest/)
258258
259-
[Top](#contents)
259+
[Top](#contents)

0 commit comments

Comments
 (0)