File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ Here's an example of how you can test your synchronous resolvers:
586
586
587
587
=== "assert_graphql_response_module.py"
588
588
589
- ```python hl_lines="11 "
589
+ ```python hl_lines="10 "
590
590
--8<-- "examples/event_handler_graphql/src/assert_graphql_response_module.py"
591
591
```
592
592
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ Test your routes by passing an [Agent for Amazon Bedrock proxy event](https://do
319
319
320
320
=== "assert_bedrock_agent_response.py"
321
321
322
- ```python hl_lines="21-23 27 "
322
+ ```python hl_lines="22-24 28 "
323
323
--8<-- "examples/event_handler_bedrock_agents/src/assert_bedrock_agent_response.py"
324
324
```
325
325
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ You can read standard output and assert whether metrics have been flushed. Here'
425
425
426
426
This will be needed when using `capture_cold_start_metric=True`, or when both `Metrics` and `single_metric` are used.
427
427
428
- ```python hl_lines="20-21 27 "
428
+ ```python hl_lines="21-22 28 "
429
429
--8<-- "examples/metrics/src/assert_multiple_emf_blobs.py"
430
430
```
431
431
Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ Testing your code with a simple erase operation
671
671
672
672
=== "test_lambda_mask.py"
673
673
674
- ``` python hl_lines="22"
674
+ ``` python
675
675
-- 8 < -- " examples/data_masking/tests/test_lambda_mask.py"
676
676
```
677
677
You can’t perform that action at this time.
0 commit comments