Skip to content

Commit

Permalink
Minor updates to labs to clear my git cache
Browse files Browse the repository at this point in the history
  • Loading branch information
switch180 committed Nov 14, 2024
1 parent 600800e commit e2c2ff5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions content/design-patterns/ex8streams/Step5.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,23 @@ The following is the expected result.
```json
{
"UUID": "0dcede66-709c-4073-a628-724d01b92095",
"StartingPosition": "TRIM_HORIZON",
"BatchSize": 100,
"MaximumBatchingWindowInSeconds": 0,
"ParallelizationFactor": 1,
"EventSourceArn": "arn:aws:dynamodb:<REGION>:<ACCOUNTID>:table/logfile/stream/2021-12-31T00:00:00.000",
"FunctionArn": "arn:aws:lambda:<REGION>:<ACCOUNTID>:function:ddbreplica_lambda",
"LastModified": 1663286115.972,
"LastModified": "2025-09-20T15:54:35.020000+00:00",
"LastProcessingResult": "No records processed",
"State": "Creating",
"StateTransitionReason": "User action",
"DestinationConfig": {
"OnFailure": {}
"OnFailure": {}
},
"MaximumRecordAgeInSeconds": -1,
"BisectBatchOnFunctionError": false,
"MaximumRetryAttempts": -1
"MaximumRetryAttempts": -1,
"TumblingWindowInSeconds": 0,
"FunctionResponseTypes": []
}
```
2 changes: 1 addition & 1 deletion content/event-driven-architecture/ex1overview/Step1.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Your task for *Lab 1* is to connect the different resources of the pipeline that

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.

The workshop operators will display the scoring of all participants during the workshop, but you can check the scoreboard on your own.
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.

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

Expand Down

0 comments on commit e2c2ff5

Please sign in to comment.