File tree Expand file tree Collapse file tree 3 files changed +254
-98
lines changed
step-functions-local-helloworld
step-functions-local-lambda
step-functions-local-mock Expand file tree Collapse file tree 3 files changed +254
-98
lines changed Original file line number Diff line number Diff 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
213213step-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)
You can’t perform that action at this time.
0 commit comments