Skip to content

Commit 44f01ba

Browse files
author
Michael Brewer
committed
chore: update hl_lines
1 parent 9d0f3ee commit 44f01ba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/utilities/jmespath_functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This sample will decode the value within the `data` key into a valid JSON before
113113

114114
=== "schemas.py"
115115

116-
```python hl_lines="8 10 17 23 34 36 41"
116+
```python hl_lines="8 10 17 34 36 41"
117117
--8<-- "docs/shared/validation_basic_jsonschema.py"
118118
```
119119

@@ -139,7 +139,7 @@ This sample will decode the base64 value within the `data` key, and decode the J
139139

140140
=== "schemas.py"
141141

142-
```python hl_lines="8 10 17 23 34 36 41"
142+
```python hl_lines="8 10 17 34 36 41"
143143
--8<-- "docs/shared/validation_basic_jsonschema.py"
144144
```
145145

@@ -157,7 +157,7 @@ This sample will decompress and decode base64 data, then use JMESPath pipeline e
157157

158158
=== "schemas.py"
159159

160-
```python hl_lines="8 10 17 23 34 36 41"
160+
```python hl_lines="8 10 17 34 36 41"
161161
--8<-- "docs/shared/validation_basic_jsonschema.py"
162162
```
163163

docs/utilities/validation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It will fail fast with `SchemaValidationError` exception if event or response do
4848

4949
=== "schemas.py"
5050

51-
```python hl_lines="8 10 17 23 34 36 41"
51+
```python hl_lines="8 10 17 34 36 41"
5252
--8<-- "docs/shared/validation_basic_jsonschema.py"
5353
```
5454

@@ -78,7 +78,7 @@ You can also gracefully handle schema validation errors by catching `SchemaValid
7878

7979
=== "schemas.py"
8080

81-
```python hl_lines="8 10 17 23 34 36 41"
81+
```python hl_lines="8 10 17 34 36 41"
8282
--8<-- "docs/shared/validation_basic_jsonschema.py"
8383
```
8484

@@ -106,7 +106,7 @@ Here is a sample custom EventBridge event, where we only validate what's inside
106106

107107
=== "schemas.py"
108108

109-
```python hl_lines="8 10 17 23 34 36 41"
109+
```python hl_lines="8 10 17 34 36 41"
110110
--8<-- "docs/shared/validation_basic_jsonschema.py"
111111
```
112112

@@ -130,7 +130,7 @@ This utility comes with built-in envelopes to easily extract the payload from po
130130

131131
=== "schemas.py"
132132

133-
```python hl_lines="8 10 17 23 34 36 41"
133+
```python hl_lines="8 10 17 34 36 41"
134134
--8<-- "docs/shared/validation_basic_jsonschema.py"
135135
```
136136

0 commit comments

Comments
 (0)