Minor docs readability improvement

DIdn't make sense - the endpoint is not an event, a request to the endpoint is.
This commit is contained in:
dan moore 2017-02-08 06:27:47 +00:00 committed by GitHub
parent 86d2b10493
commit a3b715935b

View File

@ -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)*