Skip to content

Commit de91cdc

Browse files
author
Alexander Melnyk
committed
docs: remove warning from batch and idempotency docs
1 parent 6fe3448 commit de91cdc

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/utilities/batch.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: Batch Processing
33
description: Utility
44
---
55

6-
???+ warning
7-
**This utility is currently released as beta 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 `-beta` suffix should be treated as not stable. Up until before the [General Availability release](https://github.com/aws-powertools/powertools-lambda-typescript/milestone/14) we might introduce significant breaking changes and improvements in response to customers feedback.
8-
96
The batch processing utility handles partial failures when processing batches from Amazon SQS, Amazon Kinesis Data Streams, and Amazon DynamoDB Streams.
107

118
```mermaid

docs/utilities/idempotency.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: Idempotency
33
description: Utility
44
---
55

6-
???+ warning
7-
**This utility is currently released as beta 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 `-beta` suffix should be treated as not stable. Up until before the [General Availability release](https://github.com/aws-powertools/powertools-lambda-typescript/milestone/7) we might introduce significant breaking changes and improvements in response to customers feedback.
8-
96
The idempotency utility provides a simple solution to convert your Lambda functions into idempotent operations which are safe to retry.
107

118
## Key features

0 commit comments

Comments
 (0)