File tree Expand file tree Collapse file tree
tests/integration/testdata/durable/functions/wait_for_callback Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,9 +196,9 @@ cffi==2.0.0 \
196196 --hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197 --hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198 # via cryptography
199- cfn-lint==1.51.4 \
200- --hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201- --hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+ cfn-lint==1.51.5 \
200+ --hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+ --hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202 # via aws-sam-cli (pyproject.toml)
203203charset-normalizer==3.4.7 \
204204 --hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \
Original file line number Diff line number Diff line change @@ -196,9 +196,9 @@ cffi==2.0.0 \
196196 --hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197 --hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198 # via cryptography
199- cfn-lint==1.51.4 \
200- --hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201- --hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+ cfn-lint==1.51.5 \
200+ --hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+ --hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202 # via aws-sam-cli (pyproject.toml)
203203charset-normalizer==3.4.7 \
204204 --hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \
Original file line number Diff line number Diff line change @@ -196,9 +196,9 @@ cffi==2.0.0 \
196196 --hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197 --hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198 # via cryptography
199- cfn-lint==1.51.4 \
200- --hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201- --hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
199+ cfn-lint==1.51.5 \
200+ --hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201+ --hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
202202 # via aws-sam-cli (pyproject.toml)
203203charset-normalizer==3.4.7 \
204204 --hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \
Original file line number Diff line number Diff line change 1212 },
1313 {
1414 "EventType" : " ContextStarted" ,
15- "SubType" : " RunInChildContext " ,
15+ "SubType" : " WaitForCallback " ,
1616 "EventId" : 2 ,
1717 "Name" : " external_call" ,
1818 "ContextStartedDetails" : {}
6060 },
6161 {
6262 "EventType" : " ContextSucceeded" ,
63- "SubType" : " RunInChildContext " ,
63+ "SubType" : " WaitForCallback " ,
6464 "EventId" : 8 ,
6565 "Name" : " external_call" ,
6666 "ContextSucceededDetails" : {
Original file line number Diff line number Diff line change 1212 },
1313 {
1414 "EventType" : " ContextStarted" ,
15- "SubType" : " RunInChildContext " ,
15+ "SubType" : " WaitForCallback " ,
1616 "EventId" : 2 ,
1717 "Name" : " external_call" ,
1818 "ContextStartedDetails" : {}
6060 },
6161 {
6262 "EventType" : " ContextFailed" ,
63- "SubType" : " RunInChildContext " ,
63+ "SubType" : " WaitForCallback " ,
6464 "EventId" : 8 ,
6565 "Name" : " external_call" ,
6666 "ContextFailedDetails" : {
You can’t perform that action at this time.
0 commit comments