Skip to content

Commit b2373ad

Browse files
committed
docs: add streaming as a new utility in features table
1 parent 8dd973e commit b2373ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ Core utilities such as Tracing, Logging, Metrics, and Event Handler will be avai
691691
| [**Parser**](./utilities/parser.md) | Data parsing and deep validation using Pydantic |
692692
| [**Idempotency**](./utilities/idempotency.md) | Idempotent Lambda handler |
693693
| [**Feature Flags**](./utilities/feature_flags.md) | A simple rule engine to evaluate when one or multiple features should be enabled depending on the input |
694+
| [**Streaming**](./utilities/streaming.md) | Streams datasets larger than the available memory as streaming data. |
694695

695696
## Environment variables
696697

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ nav:
2020
- core/event_handler/api_gateway.md
2121
- core/event_handler/appsync.md
2222
- Utilities:
23-
- utilities/middleware_factory.md
2423
- utilities/parameters.md
2524
- utilities/batch.md
2625
- utilities/typing.md
@@ -29,9 +28,10 @@ nav:
2928
- utilities/parser.md
3029
- utilities/idempotency.md
3130
- utilities/feature_flags.md
31+
- utilities/streaming.md
32+
- utilities/middleware_factory.md
3233
- utilities/jmespath_functions.md
3334
- CloudFormation Custom Resources: https://github.com/aws-cloudformation/custom-resource-helper" target="_blank
34-
- utilities/streaming.md
3535

3636
theme:
3737
name: material

0 commit comments

Comments
 (0)