Skip to content

Commit d799da4

Browse files
committed
Remove reference to no longer existent lambda from README
In release 0.4.1 the failed ingest lambda function was removed.
1 parent dadb066 commit d799da4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ subgraph ingest[Ingest]
9292
ingestLambda[Ingest Lambda]
9393
9494
ingestDeadLetterQueue[Ingest Dead Letter Queue]
95-
failedIngestLambda[Failed Ingest Lambda]
9695
end
9796
9897
users[Users]
@@ -111,7 +110,6 @@ ingestSnsTopic --> ingestQueue
111110
ingestQueue --> ingestLambda
112111
ingestLambda --> opensearch
113112
114-
ingestDeadLetterQueue --> failedIngestLambda
115113
116114
%% API workflow
117115
@@ -936,7 +934,7 @@ Stac-server can also be subscribed to SNS Topics that publish complete STAC Item
936934

937935
### Ingest Errors
938936

939-
Errors that occur during ingest will end up in the dead letter processing queue, where they are processed by the `stac-server-<stage>-failed-ingest` Lambda function. Currently all the failed-ingest Lambda does is log the error, see the CloudWatch log `/aws/lambda/stac-server-<stage>-failed-ingest` for errors.
937+
Errors that occur while consuming items from the ingest queue will end up in the dead letter processing queue.
940938

941939
## Supporting Cross-cluster Search and Replication
942940

0 commit comments

Comments
 (0)