Skip to content

Commit e8d4859

Browse files
anafalcaoFalcaoleandrodamascena
authored
docs(parser): change parser documentation (#5262)
* changed parser documentation * changed parser documentation * changed parser documentation * changed parser documentation * change the code from the doc to examples folder * add line highlights and fix sub header typo * fix typos, pydantic install, and add built in envelope example * changed the example from built in env to models * fix validationerror import * Changing highlights + import * Changing highlights + import * Changing highlights + import * Addressing Andrea's feedback --------- Signed-off-by: Ana Falcão <[email protected]> Co-authored-by: Falcao <[email protected]> Co-authored-by: Leandro Damascena <[email protected]>
1 parent 4a4bf17 commit e8d4859

24 files changed

+582
-519
lines changed

.github/workflows/quality_check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
paths:
2121
- "aws_lambda_powertools/**"
2222
- "tests/**"
23+
- "examples/**"
2324
- "pyproject.toml"
2425
- "poetry.lock"
2526
- "mypy.ini"
@@ -30,6 +31,7 @@ on:
3031
paths:
3132
- "aws_lambda_powertools/**"
3233
- "tests/**"
34+
- "examples/**"
3335
- "pyproject.toml"
3436
- "poetry.lock"
3537
- "mypy.ini"

0 commit comments

Comments
 (0)