Skip to content

Commit f668fd9

Browse files
fixed screenshots
1 parent 5d1abcb commit f668fd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Pub/Sub: https://github.com/googleapis/nodejs-pubsub/
4141
The API endpoint footprint is small and doesn't need to maintain any state. This makes it a prime candidate for Lamba-style webhooks. (Benefits: Auto-scaling, minimal upkeep, smaller code footprint etc.)
4242
User will interact with a single REST endpoint (/images) through GET and PUT requests.
4343

44-
![Image API GET sequence](/screenshots/doc_assets/GET.png)
44+
![Image API GET sequence](/doc_assets/GET.png)
4545

46-
![Image API PUT sequence](/screenshots/doc_assets/PUT.png)
46+
![Image API PUT sequence](/doc_assets/PUT.png)
4747

4848
For Uploading the images, we need the PUT endpoint to initiate one or more upload operations. In this case, we'll trigger one or more instances of a Lambda function. (Phase 2 could utilize a Pub/Sub service with workers consuming the upload tasks - Beyond the scope of this demo)
4949

0 commit comments

Comments
 (0)