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/
165
165
> unsetting variables
166
166
167
167
` ` ` 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
171
171
` ` `
172
172
173
173
> cleanning docker
@@ -211,7 +211,7 @@ export AWS_REGION='us-east-1'
211
211
` ` ` sh
212
212
# Runing step functions docker image in the background
213
213
step-functions-local-helloworld/tests$
214
- docker run -d --network host \
214
+ docker run -d \
215
215
--name stepfunctions -p 8083:8083 \
216
216
--env-file aws-stepfunctions-local-credentials.txt amazon/aws-stepfunctions-local
217
217
` ` `
@@ -256,4 +256,4 @@ aws stepfunctions get-execution-history --endpoint http://localhost:8083 \
256
256
- [PyTest Documentation](https://docs.pytest.org/)
257
257
- [Testcontainers Python Documentation](https://testcontainers-python.readthedocs.io/en/latest/)
258
258
259
- [Top](# contents)
259
+ [Top](# contents)
You can’t perform that action at this time.
0 commit comments