From b19c27ba6e18b3998262227ba6721d94bc076e09 Mon Sep 17 00:00:00 2001 From: Joseph Woodward Date: Thu, 1 Dec 2016 23:25:53 +0000 Subject: [PATCH] Minor corrections --- Blueprints/BlueprintDefinitions/SimpleS3Function/src/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blueprints/BlueprintDefinitions/SimpleS3Function/src/Readme.md b/Blueprints/BlueprintDefinitions/SimpleS3Function/src/Readme.md index 61d98665f..bf997505b 100644 --- a/Blueprints/BlueprintDefinitions/SimpleS3Function/src/Readme.md +++ b/Blueprints/BlueprintDefinitions/SimpleS3Function/src/Readme.md @@ -7,7 +7,7 @@ This starter project consists of: You may also have a test project depending on the options selected. -The generated function handler responds to events on an Amazon S3 bucket. The handler receives the buckey and object key details in a S3Event instance and returns the content type of the object as the function output. Replace the body of this method, and parameters, to suit your needs. +The generated function handler responds to events on an Amazon S3 bucket. The handler receives the bucket and object key details in an S3Event instance and returns the content type of the object as the function output. Replace the body of this method, and parameters, to suit your needs. After deploying your function you must configure an Amazon S3 bucket as an event source to trigger your Lambda function.