From a3b715935bb879b5aebc2da2f2ae1eef46a2afa0 Mon Sep 17 00:00:00 2001 From: dan moore Date: Wed, 8 Feb 2017 06:27:47 +0000 Subject: [PATCH] Minor docs readability improvement DIdn't make sense - the endpoint is not an event, a request to the endpoint is. --- docs/providers/aws/guide/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/guide/intro.md b/docs/providers/aws/guide/intro.md index 7c4a52984..a749ef3e0 100644 --- a/docs/providers/aws/guide/intro.md +++ b/docs/providers/aws/guide/intro.md @@ -36,7 +36,7 @@ You can perform multiple jobs in your code, but we don't recommend doing that wi Anything that triggers an AWS Lambda Function to execute is regarded by the Framework as an **Event**. Events are infrastructure events on AWS such as: -* *An AWS API Gateway HTTP endpoint (e.g., for a REST API)* +* *An AWS API Gateway HTTP endpoint request (e.g., for a REST API)* * *An AWS S3 bucket upload (e.g., for an image)* * *A CloudWatch timer (e.g., run every 5 minutes)* * *An AWS SNS topic (e.g., a message)*