diff --git a/docs/utilities/batch.md b/docs/utilities/batch.md index 3ea9413749e..0462db9ed17 100644 --- a/docs/utilities/batch.md +++ b/docs/utilities/batch.md @@ -50,7 +50,7 @@ The remaining sections of the documentation will rely on these samples. For comp Function: Timeout: 5 MemorySize: 256 - Runtime: python3.8 + Runtime: python3.9 Tracing: Active Environment: Variables: @@ -97,7 +97,7 @@ The remaining sections of the documentation will rely on these samples. For comp Function: Timeout: 5 MemorySize: 256 - Runtime: python3.8 + Runtime: python3.9 Tracing: Active Environment: Variables: @@ -155,7 +155,7 @@ The remaining sections of the documentation will rely on these samples. For comp Function: Timeout: 5 MemorySize: 256 - Runtime: python3.8 + Runtime: python3.9 Tracing: Active Environment: Variables: @@ -636,75 +636,6 @@ All records in the batch will be passed to this handler for processing, even if All processing logic will and should be performed by the `record_handler` function. - - - ## Advanced ### Pydantic integration