Skip to content

Commit 1be562f

Browse files
authored
Update batch-processing docs
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent 43a50f1 commit 1be562f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/utilities/batch-processing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,20 @@ This behavior changes when you enable Report Batch Item Failures feature in your
6262

6363
You can find more details on how Lambda works with either [SQS](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html){target="_blank"}, [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html){target="_blank"}, or [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html){target="_blank"} in the AWS Documentation.
6464

65+
## Installation
66+
67+
You should install with NuGet:
68+
69+
```powershell
70+
Install-Package AWS.Lambda.Powertools.BatchProcessing
71+
```
72+
73+
Or via the .NET Core command line interface:
74+
75+
```bash
76+
dotnet add package AWS.Lambda.Powertools.BatchProcessing
77+
```
78+
6579
## Getting started
6680

6781
For this feature to work, you need to **(1)** configure your Lambda function event source to use `ReportBatchItemFailures`, and **(2)** return [a specific response](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-batchfailurereporting){target="_blank" rel="nofollow"} to report which records failed to be processed.

0 commit comments

Comments
 (0)