From d420a7105f1652024f65da876bfa70c99cf3b546 Mon Sep 17 00:00:00 2001 From: Alonso Date: Fri, 16 Feb 2024 16:04:27 -0500 Subject: [PATCH] Update readme.md Add missing slash --- part_4/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part_4/readme.md b/part_4/readme.md index 6932e24..31685fb 100644 --- a/part_4/readme.md +++ b/part_4/readme.md @@ -1,7 +1,7 @@ # Part 4 - local developer workflow ## Generating a test event payload -When you invoke your Lambda function code locally, The invocation must contain an event object with a JSON representation of the HTTP request. The file `/eventstestEvent.json` has a template API Gateway event. The body of the event is currently empty. +When you invoke your Lambda function code locally, The invocation must contain an event object with a JSON representation of the HTTP request. The file `/events/testEvent.json` has a template API Gateway event. The body of the event is currently empty. ### Paste the GitHub webhook payload into the event body: