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: