We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69c7ce commit 99323c1Copy full SHA for 99323c1
examples/fruits-pipeline-worker/README.md
@@ -2,6 +2,17 @@
2
3
A fruit picking worker process that talks to AWS services.
4
5
+### Steps:
6
+
7
+1. The worker polls an SQS queue for messages which contain the location of the fruit trees (S3).
8
+2. The worker then loads the data for the fruit trees from S3 and harvests the fruit (i.e. runs some logic).
9
+3. The harvests are then saved in an S3 bucket.
10
+4. The worker publishes an SNS message which can then be picked up by external servives.
11
12
+
13
14
+## Run it locally
15
16
Add the env vars to your shell:
17
18
```
examples/fruits-pipeline-worker/images/fruits-worker.png
204 KB
0 commit comments