Skip to content

Commit 819a1ce

Browse files
authored
Update batch-processing.md
Signed-off-by: Henrique Graca <[email protected]>
1 parent e5fe2d0 commit 819a1ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/utilities/batch-processing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Batch Processing
33
description: Utility
44
---
5-
???+ warning
6-
**This utility is currently in developer preview** and is intended strictly for feedback and testing purposes **and not for production workloads**. The version and all future versions tagged with the `-preview` suffix should be treated as not stable. Until this utility is [General Availability](https://github.com/aws-powertools/powertools-lambda-dotnet/milestone/4) we may introduce significant breaking changes and improvements in response to customer feedback.
75

86
The batch processing utility handles partial failures when processing batches from Amazon SQS, Amazon Kinesis Data Streams, and Amazon DynamoDB Streams.
97

@@ -1047,4 +1045,4 @@ As there is no external calls, you can unit test your code with `BatchProcessor`
10471045
EventSourceArn = "arn:aws:sqs:us-east-2:123456789012:my-queue"
10481046
},
10491047
};
1050-
```
1048+
```

0 commit comments

Comments
 (0)