Skip to content

Commit

Permalink
Lambda req
Browse files Browse the repository at this point in the history
Signed-off-by: lloydmeta <[email protected]>
  • Loading branch information
lloydmeta committed Nov 1, 2024
1 parent c971e9f commit c7b6263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ flowchart
rawCache[("Unprocessed cache")]
processedCache[("Processed cache")]
lambdaRequest[\"Request"\]
lambdaResponse[\"Ok/Error Response"\]
opsResultCached{"Operations Result Cached?"}
Expand All @@ -111,7 +112,8 @@ flowchart
processImage["Process image according to operations"]
cacheResult["Cache processed result"]
cdnCached -->|no| sigCheck
cdnCached -->|no| lambdaRequest
lambdaRequest --> sigCheck
sigCheck -->|no| lambdaResponse
Expand Down

0 comments on commit c7b6263

Please sign in to comment.