Skip to content

Commit e2c2ff5

Browse files
committed
Minor updates to labs to clear my git cache
1 parent 600800e commit e2c2ff5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

content/design-patterns/ex8streams/Step5.en.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,23 @@ The following is the expected result.
2828
```json
2929
{
3030
"UUID": "0dcede66-709c-4073-a628-724d01b92095",
31+
"StartingPosition": "TRIM_HORIZON",
3132
"BatchSize": 100,
3233
"MaximumBatchingWindowInSeconds": 0,
3334
"ParallelizationFactor": 1,
3435
"EventSourceArn": "arn:aws:dynamodb:<REGION>:<ACCOUNTID>:table/logfile/stream/2021-12-31T00:00:00.000",
3536
"FunctionArn": "arn:aws:lambda:<REGION>:<ACCOUNTID>:function:ddbreplica_lambda",
36-
"LastModified": 1663286115.972,
37+
"LastModified": "2025-09-20T15:54:35.020000+00:00",
3738
"LastProcessingResult": "No records processed",
3839
"State": "Creating",
3940
"StateTransitionReason": "User action",
4041
"DestinationConfig": {
41-
"OnFailure": {}
42+
"OnFailure": {}
4243
},
4344
"MaximumRecordAgeInSeconds": -1,
4445
"BisectBatchOnFunctionError": false,
45-
"MaximumRetryAttempts": -1
46+
"MaximumRetryAttempts": -1,
47+
"TumblingWindowInSeconds": 0,
48+
"FunctionResponseTypes": []
4649
}
4750
```

content/event-driven-architecture/ex1overview/Step1.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Your task for *Lab 1* is to connect the different resources of the pipeline that
1616

1717
However, once you reach 300 points we're increasing the difficulty for you. In *Lab 2*, the `GeneratorLambda` intentionally writes duplicate records into the pipeline, and we introduce artificial random failures of your Lambda functions. Due to these challenges, your pipeline will initially not be able to accurately aggregate the ingested messages. Therefore, you will not receive additional points until you improve your pipeline to ensure accurate error handling and exactly once processing. This is the objective of *Lab 2*: if you have completed all parts, your pipeline can withstand duplicate messages and Lambda failures. Once you've successfully fixed the pipeline you will be awarded 100 points every 60 seconds for the duration of the workshop.
1818

19-
The workshop operators will display the scoring of all participants during the workshop, but you can check the scoreboard on your own.
19+
The workshop operators will display the scoring of all participants during the workshop, but you can check the scoreboard on your own. Use your AWS account ID to find your score.
2020

2121
Continue on to: :link[Connect the Pipeline]{href="/event-driven-architecture/ex2pipeline"}
2222

0 commit comments

Comments
 (0)