Skip to content

Commit 3341c31

Browse files
authored
Merge pull request #1 from JosephWoodward/patch-1
Minor corrections
2 parents d9be154 + b19c27b commit 3341c31

File tree

1 file changed

+1
-1
lines changed
  • Blueprints/BlueprintDefinitions/SimpleS3Function/src

1 file changed

+1
-1
lines changed

Blueprints/BlueprintDefinitions/SimpleS3Function/src/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This starter project consists of:
77

88
You may also have a test project depending on the options selected.
99

10-
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.
10+
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.
1111

1212
After deploying your function you must configure an Amazon S3 bucket as an event source to trigger your Lambda function.
1313

0 commit comments

Comments
 (0)