Skip to content

Commit

Permalink
Merge pull request #1 from JosephWoodward/patch-1
Browse files Browse the repository at this point in the history
Minor corrections
  • Loading branch information
normj authored Dec 2, 2016
2 parents d9be154 + b19c27b commit 3341c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3341c31

Please sign in to comment.